Html Css Color HEX #D6422D Cinnabar

📋 copy color: '#D6422D'

red 214 ◦ green 66 ◦ blue 45

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

Shades of Cinnabar #D6422D

Tints of Cinnabar #D6422D

RGB

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

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

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

R = 65.85%
G = 20.31%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6422D (or 0xD6422D) is known color: Cinnabar. HEX triplet: D6, 42 and 2D. RGB value is (214,66,45). Sum of RGB (Red+Green+Blue) = 214+66+45=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D6422D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6422D is #29BDD2. Grayscale: #6C6C6C. Windows color (decimal): -2735571 or 2966230. OLE color: 2966230.

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

Color convert

RGB 214 66 45 -
CMYK 0 0.69 0.79 0.16
HSL 7.46º 0.67% 0.51% -
HSV(B) 7.46º 0.79% 0.84% -
XYZ 30.15 18.38 4.44 -
YUV 107.86 92.53 203.71 -
System Red Green Blue C M Y K H S L
Decimal 214 66 45 0 0.69 0.79 0.16 7.46 0.67 0.51
Hex D6 42 2D 0 45 4F 10 7 43 33
Octal 326 102 55 0 105 117 20 7 103 63
Binary 11010110 1000010 101101 0 1000101 1001111 10000 111 1000011 110011

Color Harmonies of #D6422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6422D

Black with #D6422D

Text Example


Text Example

White with #D6422D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6422D; }

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

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

background-color css

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

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

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

border-color css

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

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

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