Html Css Color HEX #DD3E39 Cinnabar

📋 copy color: '#DD3E39'

red 221 ◦ green 62 ◦ blue 57

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

Shades of Cinnabar #DD3E39

Tints of Cinnabar #DD3E39

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.24%

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

R = 65%
G = 18.24%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD3E39 (or 0xDD3E39) is known color: Cinnabar. HEX triplet: DD, 3E and 39. RGB value is (221,62,57). Sum of RGB (Red+Green+Blue) = 221+62+57=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 57 (22.66% from 255 or 16.76% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3E39 is #22C1C6. Grayscale: #6D6D6D. Windows color (decimal): -2277831 or 3751645. OLE color: 3751645.

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

Color convert

RGB 221 62 57 -
CMYK 0 0.72 0.74 0.13
HSL 1.83º 0.71% 0.55% -
HSV(B) 1.83º 0.74% 0.87% -
XYZ 32.28 19.11 5.86 -
YUV 108.97 98.68 207.91 -
System Red Green Blue C M Y K H S L
Decimal 221 62 57 0 0.72 0.74 0.13 1.83 0.71 0.55
Hex DD 3E 39 0 48 4A D 2 47 37
Octal 335 76 71 0 110 112 15 2 107 67
Binary 11011101 111110 111001 0 1001000 1001010 1101 10 1000111 110111

Color Harmonies of #DD3E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3E39

Black with #DD3E39

Text Example


Text Example

White with #DD3E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3E39; }

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

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

background-color css

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

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

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

border-color css

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

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

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