Html Css Color HEX #DD4529 Cinnabar

📋 copy color: '#DD4529'

red 221 ◦ green 69 ◦ blue 41

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

Shades of Cinnabar #DD4529

Tints of Cinnabar #DD4529

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.85%

 BLUE value IS 41 (16.41% from 255) = 12.39%

R = 66.77%
G = 20.85%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD4529 (or 0xDD4529) is known color: Cinnabar. HEX triplet: DD, 45 and 29. RGB value is (221,69,41). Sum of RGB (Red+Green+Blue) = 221+69+41=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 41 (16.41% from 255 or 12.39% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4529 is #22BAD6. Grayscale: #6F6F6F. Windows color (decimal): -2276055 or 2704861. OLE color: 2704861.

HSL color Cylindrical-coordinate representation of color #DD4529: hue angle of 9.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD4529 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 69 41 -
CMYK 0 0.69 0.81 0.13
HSL 9.33º 0.73% 0.51% -
HSV(B) 9.33º 0.81% 0.87% -
XYZ 32.35 19.79 4.21 -
YUV 111.26 88.36 206.28 -
System Red Green Blue C M Y K H S L
Decimal 221 69 41 0 0.69 0.81 0.13 9.33 0.73 0.51
Hex DD 45 29 0 45 51 D 9 49 33
Octal 335 105 51 0 105 121 15 11 111 63
Binary 11011101 1000101 101001 0 1000101 1010001 1101 1001 1001001 110011

Color Harmonies of #DD4529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4529

Black with #DD4529

Text Example


Text Example

White with #DD4529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4529; }

 p { color: rgb(221,69,41); }

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

background-color css

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

 a { background-color: rgb(221,69,41); }

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

border-color css

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

 span { border-color: rgb(221,69,41); }

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