Html Css Color HEX #DD3737 Cinnabar

📋 copy color: '#DD3737'

red 221 ◦ green 55 ◦ blue 55

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

Shades of Cinnabar #DD3737

Tints of Cinnabar #DD3737

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.62%

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

R = 66.77%
G = 16.62%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD3737 (or 0xDD3737) is known color: Cinnabar. HEX triplet: DD, 37 and 37. RGB value is (221,55,55). Sum of RGB (Red+Green+Blue) = 221+55+55=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 55 (21.88% from 255 or 16.62% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3737 is #22C8C8. Grayscale: #686868. Windows color (decimal): -2279625 or 3618781. OLE color: 3618781.

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

Color convert

RGB 221 55 55 -
CMYK 0 0.75 0.75 0.13
HSL 0.71% 0.54% -
HSV(B) 0.75% 0.87% -
XYZ 31.87 18.38 5.48 -
YUV 104.63 100 211 -
System Red Green Blue C M Y K H S L
Decimal 221 55 55 0 0.75 0.75 0.13 0 0.71 0.54
Hex DD 37 37 0 4B 4B D 0 47 36
Octal 335 67 67 0 113 113 15 0 107 66
Binary 11011101 110111 110111 0 1001011 1001011 1101 0 1000111 110110

Color Harmonies of #DD3737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3737

Black with #DD3737

Text Example


Text Example

White with #DD3737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3737; }

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

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

background-color css

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

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

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

border-color css

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

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

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