Html Css Color HEX #D44832 Cinnabar

📋 copy color: '#D44832'

red 212 ◦ green 72 ◦ blue 50

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

Shades of Cinnabar #D44832

Tints of Cinnabar #D44832

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.56%

 BLUE value IS 50 (19.92% from 255) = 14.97%

R = 63.47%
G = 21.56%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#D44832 (or 0xD44832) is known color: Cinnabar. HEX triplet: D4, 48 and 32. RGB value is (212,72,50). Sum of RGB (Red+Green+Blue) = 212+72+50=334 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.47% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 212 - color contains mainly: red. Hex color #D44832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44832 is #2BB7CD. Grayscale: #6F6F6F. Windows color (decimal): -2865102 or 3295444. OLE color: 3295444.

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

Color convert

RGB 212 72 50 -
CMYK 0 0.66 0.76 0.17
HSL 8.15º 0.65% 0.51% -
HSV(B) 8.15º 0.76% 0.83% -
XYZ 30.04 18.86 5.07 -
YUV 111.35 93.38 199.79 -
System Red Green Blue C M Y K H S L
Decimal 212 72 50 0 0.66 0.76 0.17 8.15 0.65 0.51
Hex D4 48 32 0 42 4C 11 8 41 33
Octal 324 110 62 0 102 114 21 10 101 63
Binary 11010100 1001000 110010 0 1000010 1001100 10001 1000 1000001 110011

Color Harmonies of #D44832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44832

Black with #D44832

Text Example


Text Example

White with #D44832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44832; }

 p { color: rgb(212,72,50); }

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

background-color css

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

 a { background-color: rgb(212,72,50); }

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

border-color css

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

 span { border-color: rgb(212,72,50); }

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