Html Css Color HEX #D44034 Cinnabar

📋 copy color: '#D44034'

red 212 ◦ green 64 ◦ blue 52

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

Shades of Cinnabar #D44034

Tints of Cinnabar #D44034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.85%

R = 64.63%
G = 19.51%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D44034 (or 0xD44034) is known color: Cinnabar. HEX triplet: D4, 40 and 34. RGB value is (212,64,52). Sum of RGB (Red+Green+Blue) = 212+64+52=328 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.63% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 212 - color contains mainly: red. Hex color #D44034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44034 is #2BBFCB. Grayscale: #6B6B6B. Windows color (decimal): -2867148 or 3424468. OLE color: 3424468.

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

Color convert

RGB 212 64 52 -
CMYK 0 0.70 0.75 0.17
HSL 4.5º 0.65% 0.52% -
HSV(B) 4.5º 0.75% 0.83% -
XYZ 29.6 17.91 5.15 -
YUV 106.88 97.03 202.98 -
System Red Green Blue C M Y K H S L
Decimal 212 64 52 0 0.70 0.75 0.17 4.5 0.65 0.52
Hex D4 40 34 0 46 4B 11 4 41 34
Octal 324 100 64 0 106 113 21 4 101 64
Binary 11010100 1000000 110100 0 1000110 1001011 10001 100 1000001 110100

Color Harmonies of #D44034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44034

Black with #D44034

Text Example


Text Example

White with #D44034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44034; }

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

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

background-color css

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

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

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

border-color css

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

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

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