Html Css Color HEX #D6462F Cinnabar

📋 copy color: '#D6462F'

red 214 ◦ green 70 ◦ blue 47

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

Shades of Cinnabar #D6462F

Tints of Cinnabar #D6462F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.2%

R = 64.65%
G = 21.15%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6462F (or 0xD6462F) is known color: Cinnabar. HEX triplet: D6, 46 and 2F. RGB value is (214,70,47). Sum of RGB (Red+Green+Blue) = 214+70+47=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D6462F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6462F is #29B9D0. Grayscale: #6E6E6E. Windows color (decimal): -2734545 or 3098326. OLE color: 3098326.

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

Color convert

RGB 214 70 47 -
CMYK 0 0.67 0.78 0.16
HSL 8.26º 0.67% 0.51% -
HSV(B) 8.26º 0.78% 0.84% -
XYZ 30.43 18.88 4.73 -
YUV 110.43 92.21 201.87 -
System Red Green Blue C M Y K H S L
Decimal 214 70 47 0 0.67 0.78 0.16 8.26 0.67 0.51
Hex D6 46 2F 0 43 4E 10 8 43 33
Octal 326 106 57 0 103 116 20 10 103 63
Binary 11010110 1000110 101111 0 1000011 1001110 10000 1000 1000011 110011

Color Harmonies of #D6462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6462F

Black with #D6462F

Text Example


Text Example

White with #D6462F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6462F; }

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

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

background-color css

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

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

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

border-color css

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

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

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