Html Css Color HEX #D6422F Cinnabar

📋 copy color: '#D6422F'

red 214 ◦ green 66 ◦ blue 47

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

Shades of Cinnabar #D6422F

Tints of Cinnabar #D6422F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.18%

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

R = 65.44%
G = 20.18%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6422F (or 0xD6422F) is known color: Cinnabar. HEX triplet: D6, 42 and 2F. RGB value is (214,66,47). Sum of RGB (Red+Green+Blue) = 214+66+47=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D6422F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6422F is #29BDD0. Grayscale: #6C6C6C. Windows color (decimal): -2735569 or 3097302. OLE color: 3097302.

HSL color Cylindrical-coordinate representation of color #D6422F: hue angle of 6.83º 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 #D6422F is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 66 47 -
CMYK 0 0.69 0.78 0.16
HSL 6.83º 0.67% 0.51% -
HSV(B) 6.83º 0.78% 0.84% -
XYZ 30.19 18.4 4.65 -
YUV 108.09 93.53 203.54 -
System Red Green Blue C M Y K H S L
Decimal 214 66 47 0 0.69 0.78 0.16 6.83 0.67 0.51
Hex D6 42 2F 0 45 4E 10 7 43 33
Octal 326 102 57 0 105 116 20 7 103 63
Binary 11010110 1000010 101111 0 1000101 1001110 10000 111 1000011 110011

Color Harmonies of #D6422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6422F

Black with #D6422F

Text Example


Text Example

White with #D6422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6422F; }

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

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

background-color css

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

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

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

border-color css

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

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

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