Html Css Color HEX #DD4033 Cinnabar

📋 copy color: '#DD4033'

red 221 ◦ green 64 ◦ blue 51

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

Shades of Cinnabar #DD4033

Tints of Cinnabar #DD4033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.18%

R = 65.77%
G = 19.05%
B = 15.18%

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

#DD4033 (or 0xDD4033) is known color: Cinnabar. HEX triplet: DD, 40 and 33. RGB value is (221,64,51). Sum of RGB (Red+Green+Blue) = 221+64+51=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4033 is #22BFCC. Grayscale: #6D6D6D. Windows color (decimal): -2277325 or 3358941. OLE color: 3358941.

HSL color Cylindrical-coordinate representation of color #DD4033: hue angle of 4.59º degrees, saturation: 0.71, 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 #DD4033 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 64 51 -
CMYK 0 0.71 0.77 0.13
HSL 4.59º 0.71% 0.53% -
HSV(B) 4.59º 0.77% 0.87% -
XYZ 32.25 19.28 5.15 -
YUV 109.46 95.01 207.56 -
System Red Green Blue C M Y K H S L
Decimal 221 64 51 0 0.71 0.77 0.13 4.59 0.71 0.53
Hex DD 40 33 0 47 4D D 5 47 35
Octal 335 100 63 0 107 115 15 5 107 65
Binary 11011101 1000000 110011 0 1000111 1001101 1101 101 1000111 110101

Color Harmonies of #DD4033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4033

Black with #DD4033

Text Example


Text Example

White with #DD4033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4033; }

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

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

background-color css

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

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

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

border-color css

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

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

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