Html Css Color HEX #DD3E27 Cinnabar

📋 copy color: '#DD3E27'

red 221 ◦ green 62 ◦ blue 39

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

Shades of Cinnabar #DD3E27

Tints of Cinnabar #DD3E27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.11%

R = 68.63%
G = 19.25%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD3E27 (or 0xDD3E27) is known color: Cinnabar. HEX triplet: DD, 3E and 27. RGB value is (221,62,39). Sum of RGB (Red+Green+Blue) = 221+62+39=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 39 (15.62% from 255 or 12.11% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3E27 is #22C1D8. Grayscale: #6B6B6B. Windows color (decimal): -2277849 or 2571997. OLE color: 2571997.

HSL color Cylindrical-coordinate representation of color #DD3E27: hue angle of 7.58º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD3E27 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 62 39 -
CMYK 0 0.72 0.82 0.13
HSL 7.58º 0.73% 0.51% -
HSV(B) 7.58º 0.82% 0.87% -
XYZ 31.91 18.96 3.9 -
YUV 106.92 89.68 209.37 -
System Red Green Blue C M Y K H S L
Decimal 221 62 39 0 0.72 0.82 0.13 7.58 0.73 0.51
Hex DD 3E 27 0 48 52 D 8 49 33
Octal 335 76 47 0 110 122 15 10 111 63
Binary 11011101 111110 100111 0 1001000 1010010 1101 1000 1001001 110011

Color Harmonies of #DD3E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3E27

Black with #DD3E27

Text Example


Text Example

White with #DD3E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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