Html Css Color HEX #DD3720 Cinnabar

📋 copy color: '#DD3720'

red 221 ◦ green 55 ◦ blue 32

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

Shades of Cinnabar #DD3720

Tints of Cinnabar #DD3720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.39%

R = 71.75%
G = 17.86%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD3720 (or 0xDD3720) is known color: Cinnabar. HEX triplet: DD, 37 and 20. RGB value is (221,55,32). Sum of RGB (Red+Green+Blue) = 221+55+32=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3720 is #22C8DF. Grayscale: #666666. Windows color (decimal): -2279648 or 2111453. OLE color: 2111453.

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

Color convert

RGB 221 55 32 -
CMYK 0 0.75 0.86 0.13
HSL 7.3º 0.75% 0.5% -
HSV(B) 7.3º 0.86% 0.87% -
XYZ 31.45 18.21 3.22 -
YUV 102.01 88.5 212.87 -
System Red Green Blue C M Y K H S L
Decimal 221 55 32 0 0.75 0.86 0.13 7.3 0.75 0.5
Hex DD 37 20 0 4B 56 D 7 4B 32
Octal 335 67 40 0 113 126 15 7 113 62
Binary 11011101 110111 100000 0 1001011 1010110 1101 111 1001011 110010

Color Harmonies of #DD3720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3720

Black with #DD3720

Text Example


Text Example

White with #DD3720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3720; }

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

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

background-color css

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

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

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

border-color css

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

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

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