Html Css Color HEX #D44A39 Cinnabar

📋 copy color: '#D44A39'

red 212 ◦ green 74 ◦ blue 57

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

Shades of Cinnabar #D44A39

Tints of Cinnabar #D44A39

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.57%

 BLUE value IS 57 (22.66% from 255) = 16.62%

R = 61.81%
G = 21.57%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D44A39 (or 0xD44A39) is known color: Cinnabar. HEX triplet: D4, 4A and 39. RGB value is (212,74,57). Sum of RGB (Red+Green+Blue) = 212+74+57=343 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.81% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 57 (22.66% from 255 or 16.62% from 343); Max value from RGB is 212 - color contains mainly: red. Hex color #D44A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44A39 is #2BB5C6. Grayscale: #717171. Windows color (decimal): -2864583 or 3754708. OLE color: 3754708.

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

Color convert

RGB 212 74 57 -
CMYK 0 0.65 0.73 0.17
HSL 6.58º 0.64% 0.53% -
HSV(B) 6.58º 0.73% 0.83% -
XYZ 30.34 19.19 5.98 -
YUV 113.32 96.22 198.38 -
System Red Green Blue C M Y K H S L
Decimal 212 74 57 0 0.65 0.73 0.17 6.58 0.64 0.53
Hex D4 4A 39 0 41 49 11 7 40 35
Octal 324 112 71 0 101 111 21 7 100 65
Binary 11010100 1001010 111001 0 1000001 1001001 10001 111 1000000 110101

Color Harmonies of #D44A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44A39

Black with #D44A39

Text Example


Text Example

White with #D44A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44A39; }

 p { color: rgb(212,74,57); }

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

background-color css

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

 a { background-color: rgb(212,74,57); }

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

border-color css

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

 span { border-color: rgb(212,74,57); }

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