Html Css Color HEX #D4402C Cinnabar

📋 copy color: '#D4402C'

red 212 ◦ green 64 ◦ blue 44

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

Shades of Cinnabar #D4402C

Tints of Cinnabar #D4402C

RGB

 RED value IS 212 (83.2% from 255) = 66.25%

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

 BLUE value IS 44 (17.58% from 255) = 13.75%

R = 66.25%
G = 20%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4402C (or 0xD4402C) is known color: Cinnabar. HEX triplet: D4, 40 and 2C. RGB value is (212,64,44). Sum of RGB (Red+Green+Blue) = 212+64+44=320 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.25% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 212 - color contains mainly: red. Hex color #D4402C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4402C is #2BBFD3. Grayscale: #6A6A6A. Windows color (decimal): -2867156 or 2900180. OLE color: 2900180.

HSL color Cylindrical-coordinate representation of color #D4402C: hue angle of 7.14º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4402C is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 64 44 -
CMYK 0 0.70 0.79 0.17
HSL 7.14º 0.66% 0.5% -
HSV(B) 7.14º 0.79% 0.83% -
XYZ 29.44 17.85 4.28 -
YUV 105.97 93.03 203.63 -
System Red Green Blue C M Y K H S L
Decimal 212 64 44 0 0.70 0.79 0.17 7.14 0.66 0.5
Hex D4 40 2C 0 46 4F 11 7 42 32
Octal 324 100 54 0 106 117 21 7 102 62
Binary 11010100 1000000 101100 0 1000110 1001111 10001 111 1000010 110010

Color Harmonies of #D4402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4402C

Black with #D4402C

Text Example


Text Example

White with #D4402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4402C; }

 p { color: rgb(212,64,44); }

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

background-color css

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

 a { background-color: rgb(212,64,44); }

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

border-color css

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

 span { border-color: rgb(212,64,44); }

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