Html Css Color HEX #DD3522 Cinnabar

📋 copy color: '#DD3522'

red 221 ◦ green 53 ◦ blue 34

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

Shades of Cinnabar #DD3522

Tints of Cinnabar #DD3522

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.21%

 BLUE value IS 34 (13.67% from 255) = 11.04%

R = 71.75%
G = 17.21%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD3522 (or 0xDD3522) is known color: Cinnabar. HEX triplet: DD, 35 and 22. RGB value is (221,53,34). Sum of RGB (Red+Green+Blue) = 221+53+34=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3522 is #22CADD. Grayscale: #656565. Windows color (decimal): -2280158 or 2242013. OLE color: 2242013.

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

Color convert

RGB 221 53 34 -
CMYK 0 0.76 0.85 0.13
HSL 6.1º 0.73% 0.5% -
HSV(B) 6.1º 0.85% 0.87% -
XYZ 31.38 18.03 3.34 -
YUV 101.07 90.16 213.54 -
System Red Green Blue C M Y K H S L
Decimal 221 53 34 0 0.76 0.85 0.13 6.1 0.73 0.5
Hex DD 35 22 0 4C 55 D 6 49 32
Octal 335 65 42 0 114 125 15 6 111 62
Binary 11011101 110101 100010 0 1001100 1010101 1101 110 1001001 110010

Color Harmonies of #DD3522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3522

Black with #DD3522

Text Example


Text Example

White with #DD3522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3522; }

 p { color: rgb(221,53,34); }

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

background-color css

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

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

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

border-color css

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

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

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