Html Css Color HEX #D44432 Cinnabar

📋 copy color: '#D44432'

red 212 ◦ green 68 ◦ blue 50

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

Shades of Cinnabar #D44432

Tints of Cinnabar #D44432

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.61%

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

R = 64.24%
G = 20.61%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#D44432 (or 0xD44432) is known color: Cinnabar. HEX triplet: D4, 44 and 32. RGB value is (212,68,50). Sum of RGB (Red+Green+Blue) = 212+68+50=330 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.24% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 212 - color contains mainly: red. Hex color #D44432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44432 is #2BBBCD. Grayscale: #6D6D6D. Windows color (decimal): -2866126 or 3294420. OLE color: 3294420.

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

Color convert

RGB 212 68 50 -
CMYK 0 0.68 0.76 0.17
HSL 6.67º 0.65% 0.51% -
HSV(B) 6.67º 0.76% 0.83% -
XYZ 29.79 18.36 4.99 -
YUV 109 94.71 201.46 -
System Red Green Blue C M Y K H S L
Decimal 212 68 50 0 0.68 0.76 0.17 6.67 0.65 0.51
Hex D4 44 32 0 44 4C 11 7 41 33
Octal 324 104 62 0 104 114 21 7 101 63
Binary 11010100 1000100 110010 0 1000100 1001100 10001 111 1000001 110011

Color Harmonies of #D44432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44432

Black with #D44432

Text Example


Text Example

White with #D44432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44432; }

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

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

background-color css

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

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

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

border-color css

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

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

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