Html Css Color HEX #D6422B Cinnabar

📋 copy color: '#D6422B'

red 214 ◦ green 66 ◦ blue 43

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

Shades of Cinnabar #D6422B

Tints of Cinnabar #D6422B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.31%

R = 66.25%
G = 20.43%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6422B (or 0xD6422B) is known color: Cinnabar. HEX triplet: D6, 42 and 2B. RGB value is (214,66,43). Sum of RGB (Red+Green+Blue) = 214+66+43=323 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.25% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 214 - color contains mainly: red. Hex color #D6422B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6422B is #29BDD4. Grayscale: #6B6B6B. Windows color (decimal): -2735573 or 2835158. OLE color: 2835158.

HSL color Cylindrical-coordinate representation of color #D6422B: hue angle of 8.07º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6422B is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 66 43 -
CMYK 0 0.69 0.80 0.16
HSL 8.07º 0.68% 0.5% -
HSV(B) 8.07º 0.8% 0.84% -
XYZ 30.12 18.37 4.24 -
YUV 107.63 91.53 203.87 -
System Red Green Blue C M Y K H S L
Decimal 214 66 43 0 0.69 0.80 0.16 8.07 0.68 0.5
Hex D6 42 2B 0 45 50 10 8 44 32
Octal 326 102 53 0 105 120 20 10 104 62
Binary 11010110 1000010 101011 0 1000101 1010000 10000 1000 1000100 110010

Color Harmonies of #D6422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6422B

Black with #D6422B

Text Example


Text Example

White with #D6422B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6422B; }

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

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

background-color css

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

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

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

border-color css

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

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

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