Html Css Color HEX #D4402D Cinnabar

📋 copy color: '#D4402D'

red 212 ◦ green 64 ◦ blue 45

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

Shades of Cinnabar #D4402D

Tints of Cinnabar #D4402D

RGB

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

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

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

R = 66.04%
G = 19.94%
B = 14.02%

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

#D4402D (or 0xD4402D) is known color: Cinnabar. HEX triplet: D4, 40 and 2D. RGB value is (212,64,45). Sum of RGB (Red+Green+Blue) = 212+64+45=321 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.04% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 212 - color contains mainly: red. Hex color #D4402D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4402D is #2BBFD2. Grayscale: #6A6A6A. Windows color (decimal): -2867155 or 2965716. OLE color: 2965716.

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

Color convert

RGB 212 64 45 -
CMYK 0 0.70 0.79 0.17
HSL 6.83º 0.66% 0.5% -
HSV(B) 6.83º 0.79% 0.83% -
XYZ 29.46 17.85 4.38 -
YUV 106.09 93.53 203.54 -
System Red Green Blue C M Y K H S L
Decimal 212 64 45 0 0.70 0.79 0.17 6.83 0.66 0.5
Hex D4 40 2D 0 46 4F 11 7 42 32
Octal 324 100 55 0 106 117 21 7 102 62
Binary 11010100 1000000 101101 0 1000110 1001111 10001 111 1000010 110010

Color Harmonies of #D4402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4402D

Black with #D4402D

Text Example


Text Example

White with #D4402D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4402D; }

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

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

background-color css

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

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

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

border-color css

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

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

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