Html Css Color HEX #D6462D Cinnabar

📋 copy color: '#D6462D'

red 214 ◦ green 70 ◦ blue 45

#D6462D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #D6462D

Tints of Cinnabar #D6462D

RGB

 RED value IS 214 (83.98% from 255) = 65.05%

 GREEN value IS 70 (27.73% from 255) = 21.28%

 BLUE value IS 45 (17.97% from 255) = 13.68%

R = 65.05%
G = 21.28%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D6462D (or 0xD6462D) is known color: Cinnabar. HEX triplet: D6, 46 and 2D. RGB value is (214,70,45). Sum of RGB (Red+Green+Blue) = 214+70+45=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D6462D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6462D is #29B9D2. Grayscale: #6E6E6E. Windows color (decimal): -2734547 or 2967254. OLE color: 2967254.

HSL color Cylindrical-coordinate representation of color #D6462D: hue angle of 8.88º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6462D is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 70 45 -
CMYK 0 0.67 0.79 0.16
HSL 8.88º 0.67% 0.51% -
HSV(B) 8.88º 0.79% 0.84% -
XYZ 30.4 18.87 4.52 -
YUV 110.21 91.21 202.03 -
System Red Green Blue C M Y K H S L
Decimal 214 70 45 0 0.67 0.79 0.16 8.88 0.67 0.51
Hex D6 46 2D 0 43 4F 10 9 43 33
Octal 326 106 55 0 103 117 20 11 103 63
Binary 11010110 1000110 101101 0 1000011 1001111 10000 1001 1000011 110011

Color Harmonies of #D6462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6462D

Black with #D6462D

Text Example


Text Example

White with #D6462D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6462D; }

 p { color: rgb(214,70,45); }

 H1.HeaderClassName
 {
   color: #D6462D;
 }
 .AnyTagClassName
 {
   color: #D6462D;
 }
</style>

background-color css

<style>
 a { background-color: #D6462D; }

 a { background-color: rgb(214,70,45); }

 div.DivClassName
 {
   background-color: #D6462D;
 }
 .BgClassName
 {
   background-color: #D6462D;
 }
</style>

border-color css

<style>
 span { border-color: #D6462D; }

 span { border-color: rgb(214,70,45); }

 td.TdClassName
 {
   border-color: #D6462D;
 }
 .TagClassName
 {
   border-color: #D6462D;
 }
</style>