Html Css Color HEX #DD4039 Cinnabar

📋 copy color: '#DD4039'

red 221 ◦ green 64 ◦ blue 57

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

Shades of Cinnabar #DD4039

Tints of Cinnabar #DD4039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.67%

R = 64.62%
G = 18.71%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD4039 (or 0xDD4039) is known color: Cinnabar. HEX triplet: DD, 40 and 39. RGB value is (221,64,57). Sum of RGB (Red+Green+Blue) = 221+64+57=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 57 (22.66% from 255 or 16.67% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4039 is #22BFC6. Grayscale: #6E6E6E. Windows color (decimal): -2277319 or 3752157. OLE color: 3752157.

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

Color convert

RGB 221 64 57 -
CMYK 0 0.71 0.74 0.13
HSL 2.56º 0.71% 0.55% -
HSV(B) 2.56º 0.74% 0.87% -
XYZ 32.39 19.33 5.9 -
YUV 110.15 98.01 207.07 -
System Red Green Blue C M Y K H S L
Decimal 221 64 57 0 0.71 0.74 0.13 2.56 0.71 0.55
Hex DD 40 39 0 47 4A D 3 47 37
Octal 335 100 71 0 107 112 15 3 107 67
Binary 11011101 1000000 111001 0 1000111 1001010 1101 11 1000111 110111

Color Harmonies of #DD4039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4039

Black with #DD4039

Text Example


Text Example

White with #DD4039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4039; }

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

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

background-color css

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

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

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

border-color css

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

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

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