Html Css Color HEX #DD3F27 Cinnabar

📋 copy color: '#DD3F27'

red 221 ◦ green 63 ◦ blue 39

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

Shades of Cinnabar #DD3F27

Tints of Cinnabar #DD3F27

RGB

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

 GREEN value IS 63 (25% from 255) = 19.5%

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

R = 68.42%
G = 19.5%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD3F27 (or 0xDD3F27) is known color: Cinnabar. HEX triplet: DD, 3F and 27. RGB value is (221,63,39). Sum of RGB (Red+Green+Blue) = 221+63+39=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 39 (15.62% from 255 or 12.07% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3F27 is #22C0D8. Grayscale: #6B6B6B. Windows color (decimal): -2277593 or 2572253. OLE color: 2572253.

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

Color convert

RGB 221 63 39 -
CMYK 0 0.71 0.82 0.13
HSL 7.91º 0.73% 0.51% -
HSV(B) 7.91º 0.82% 0.87% -
XYZ 31.96 19.07 3.92 -
YUV 107.51 89.35 208.95 -
System Red Green Blue C M Y K H S L
Decimal 221 63 39 0 0.71 0.82 0.13 7.91 0.73 0.51
Hex DD 3F 27 0 47 52 D 8 49 33
Octal 335 77 47 0 107 122 15 10 111 63
Binary 11011101 111111 100111 0 1000111 1010010 1101 1000 1001001 110011

Color Harmonies of #DD3F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3F27

Black with #DD3F27

Text Example


Text Example

White with #DD3F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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