Html Css Color HEX #DD4032 Cinnabar

📋 copy color: '#DD4032'

red 221 ◦ green 64 ◦ blue 50

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

Shades of Cinnabar #DD4032

Tints of Cinnabar #DD4032

RGB

 RED value IS 221 (86.72% from 255) = 65.97%

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

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

R = 65.97%
G = 19.1%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD4032 (or 0xDD4032) is known color: Cinnabar. HEX triplet: DD, 40 and 32. RGB value is (221,64,50). Sum of RGB (Red+Green+Blue) = 221+64+50=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4032 is #22BFCD. Grayscale: #6D6D6D. Windows color (decimal): -2277326 or 3293405. OLE color: 3293405.

HSL color Cylindrical-coordinate representation of color #DD4032: hue angle of 4.91º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD4032 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 64 50 -
CMYK 0 0.71 0.77 0.13
HSL 4.91º 0.72% 0.53% -
HSV(B) 4.91º 0.77% 0.87% -
XYZ 32.23 19.27 5.04 -
YUV 109.35 94.51 207.64 -
System Red Green Blue C M Y K H S L
Decimal 221 64 50 0 0.71 0.77 0.13 4.91 0.72 0.53
Hex DD 40 32 0 47 4D D 5 48 35
Octal 335 100 62 0 107 115 15 5 110 65
Binary 11011101 1000000 110010 0 1000111 1001101 1101 101 1001000 110101

Color Harmonies of #DD4032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4032

Black with #DD4032

Text Example


Text Example

White with #DD4032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4032; }

 p { color: rgb(221,64,50); }

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

background-color css

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

 a { background-color: rgb(221,64,50); }

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

border-color css

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

 span { border-color: rgb(221,64,50); }

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