Html Css Color HEX #DD3523 Cinnabar

📋 copy color: '#DD3523'

red 221 ◦ green 53 ◦ blue 35

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

Shades of Cinnabar #DD3523

Tints of Cinnabar #DD3523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.33%

R = 71.52%
G = 17.15%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD3523 (or 0xDD3523) is known color: Cinnabar. HEX triplet: DD, 35 and 23. RGB value is (221,53,35). Sum of RGB (Red+Green+Blue) = 221+53+35=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3523 is #22CADC. Grayscale: #656565. Windows color (decimal): -2280157 or 2307549. OLE color: 2307549.

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

Color convert

RGB 221 53 35 -
CMYK 0 0.76 0.84 0.13
HSL 5.81º 0.73% 0.5% -
HSV(B) 5.81º 0.84% 0.87% -
XYZ 31.4 18.04 3.42 -
YUV 101.18 90.66 213.46 -
System Red Green Blue C M Y K H S L
Decimal 221 53 35 0 0.76 0.84 0.13 5.81 0.73 0.5
Hex DD 35 23 0 4C 54 D 6 49 32
Octal 335 65 43 0 114 124 15 6 111 62
Binary 11011101 110101 100011 0 1001100 1010100 1101 110 1001001 110010

Color Harmonies of #DD3523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3523

Black with #DD3523

Text Example


Text Example

White with #DD3523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3523; }

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

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

background-color css

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

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

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

border-color css

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

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

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