Html Css Color HEX #DD4C29 Cinnabar

📋 copy color: '#DD4C29'

red 221 ◦ green 76 ◦ blue 41

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

Shades of Cinnabar #DD4C29

Tints of Cinnabar #DD4C29

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.49%

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

R = 65.38%
G = 22.49%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD4C29 (or 0xDD4C29) is known color: Cinnabar. HEX triplet: DD, 4C and 29. RGB value is (221,76,41). Sum of RGB (Red+Green+Blue) = 221+76+41=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 41 (16.41% from 255 or 12.13% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4C29 is #22B3D6. Grayscale: #737373. Windows color (decimal): -2274263 or 2706653. OLE color: 2706653.

HSL color Cylindrical-coordinate representation of color #DD4C29: hue angle of 11.67º 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 #DD4C29 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 76 41 -
CMYK 0 0.66 0.81 0.13
HSL 11.67º 0.73% 0.51% -
HSV(B) 11.67º 0.81% 0.87% -
XYZ 32.8 20.7 4.36 -
YUV 115.37 86.04 203.35 -
System Red Green Blue C M Y K H S L
Decimal 221 76 41 0 0.66 0.81 0.13 11.67 0.73 0.51
Hex DD 4C 29 0 42 51 D C 49 33
Octal 335 114 51 0 102 121 15 14 111 63
Binary 11011101 1001100 101001 0 1000010 1010001 1101 1100 1001001 110011

Color Harmonies of #DD4C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4C29

Black with #DD4C29

Text Example


Text Example

White with #DD4C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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