Html Css Color HEX #DD4539 Cinnabar

📋 copy color: '#DD4539'

red 221 ◦ green 69 ◦ blue 57

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

Shades of Cinnabar #DD4539

Tints of Cinnabar #DD4539

RGB

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

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

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

R = 63.69%
G = 19.88%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD4539 (or 0xDD4539) is known color: Cinnabar. HEX triplet: DD, 45 and 39. RGB value is (221,69,57). Sum of RGB (Red+Green+Blue) = 221+69+57=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 57 (22.66% from 255 or 16.43% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4539 is #22BAC6. Grayscale: #717171. Windows color (decimal): -2276039 or 3753437. OLE color: 3753437.

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

Color convert

RGB 221 69 57 -
CMYK 0 0.69 0.74 0.13
HSL 4.39º 0.71% 0.55% -
HSV(B) 4.39º 0.74% 0.87% -
XYZ 32.69 19.92 5.99 -
YUV 113.08 96.36 204.98 -
System Red Green Blue C M Y K H S L
Decimal 221 69 57 0 0.69 0.74 0.13 4.39 0.71 0.55
Hex DD 45 39 0 45 4A D 4 47 37
Octal 335 105 71 0 105 112 15 4 107 67
Binary 11011101 1000101 111001 0 1000101 1001010 1101 100 1000111 110111

Color Harmonies of #DD4539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4539

Black with #DD4539

Text Example


Text Example

White with #DD4539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4539; }

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

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

background-color css

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

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

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

border-color css

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

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

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