Html Css Color HEX #DD4737 Cinnabar

📋 copy color: '#DD4737'

red 221 ◦ green 71 ◦ blue 55

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

Shades of Cinnabar #DD4737

Tints of Cinnabar #DD4737

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.46%

 BLUE value IS 55 (21.88% from 255) = 15.85%

R = 63.69%
G = 20.46%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD4737 (or 0xDD4737) is known color: Cinnabar. HEX triplet: DD, 47 and 37. RGB value is (221,71,55). Sum of RGB (Red+Green+Blue) = 221+71+55=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4737 is #22B8C8. Grayscale: #727272. Windows color (decimal): -2275529 or 3622877. OLE color: 3622877.

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

Color convert

RGB 221 71 55 -
CMYK 0 0.68 0.75 0.13
HSL 5.78º 0.71% 0.54% -
HSV(B) 5.78º 0.75% 0.87% -
XYZ 32.76 20.15 5.78 -
YUV 114.03 94.7 204.3 -
System Red Green Blue C M Y K H S L
Decimal 221 71 55 0 0.68 0.75 0.13 5.78 0.71 0.54
Hex DD 47 37 0 44 4B D 6 47 36
Octal 335 107 67 0 104 113 15 6 107 66
Binary 11011101 1000111 110111 0 1000100 1001011 1101 110 1000111 110110

Color Harmonies of #DD4737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4737

Black with #DD4737

Text Example


Text Example

White with #DD4737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4737; }

 p { color: rgb(221,71,55); }

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

background-color css

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

 a { background-color: rgb(221,71,55); }

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

border-color css

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

 span { border-color: rgb(221,71,55); }

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