Html Css Color HEX #D6402B Cinnabar

📋 copy color: '#D6402B'

red 214 ◦ green 64 ◦ blue 43

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

Shades of Cinnabar #D6402B

Tints of Cinnabar #D6402B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.94%

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

R = 66.67%
G = 19.94%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6402B (or 0xD6402B) is known color: Cinnabar. HEX triplet: D6, 40 and 2B. RGB value is (214,64,43). Sum of RGB (Red+Green+Blue) = 214+64+43=321 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.67% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 214 - color contains mainly: red. Hex color #D6402B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6402B is #29BFD4. Grayscale: #6A6A6A. Windows color (decimal): -2736085 or 2834646. OLE color: 2834646.

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

Color convert

RGB 214 64 43 -
CMYK 0 0.70 0.80 0.16
HSL 7.37º 0.68% 0.5% -
HSV(B) 7.37º 0.8% 0.84% -
XYZ 30 18.14 4.21 -
YUV 106.46 92.2 204.71 -
System Red Green Blue C M Y K H S L
Decimal 214 64 43 0 0.70 0.80 0.16 7.37 0.68 0.5
Hex D6 40 2B 0 46 50 10 7 44 32
Octal 326 100 53 0 106 120 20 7 104 62
Binary 11010110 1000000 101011 0 1000110 1010000 10000 111 1000100 110010

Color Harmonies of #D6402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6402B

Black with #D6402B

Text Example


Text Example

White with #D6402B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6402B; }

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

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

background-color css

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

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

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

border-color css

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

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

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