Html Css Color HEX #DD3424 Cinnabar

📋 copy color: '#DD3424'

red 221 ◦ green 52 ◦ blue 36

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

Shades of Cinnabar #DD3424

Tints of Cinnabar #DD3424

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.83%

 BLUE value IS 36 (14.45% from 255) = 11.65%

R = 71.52%
G = 16.83%
B = 11.65%

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

#DD3424 (or 0xDD3424) is known color: Cinnabar. HEX triplet: DD, 34 and 24. RGB value is (221,52,36). Sum of RGB (Red+Green+Blue) = 221+52+36=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 36 (14.45% from 255 or 11.65% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3424 is #22CBDB. Grayscale: #646464. Windows color (decimal): -2280412 or 2372829. OLE color: 2372829.

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

Color convert

RGB 221 52 36 -
CMYK 0 0.76 0.84 0.13
HSL 5.19º 0.73% 0.5% -
HSV(B) 5.19º 0.84% 0.87% -
XYZ 31.37 17.96 3.48 -
YUV 100.71 91.49 213.8 -
System Red Green Blue C M Y K H S L
Decimal 221 52 36 0 0.76 0.84 0.13 5.19 0.73 0.5
Hex DD 34 24 0 4C 54 D 5 49 32
Octal 335 64 44 0 114 124 15 5 111 62
Binary 11011101 110100 100100 0 1001100 1010100 1101 101 1001001 110010

Color Harmonies of #DD3424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3424

Black with #DD3424

Text Example


Text Example

White with #DD3424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3424; }

 p { color: rgb(221,52,36); }

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

background-color css

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

 a { background-color: rgb(221,52,36); }

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

border-color css

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

 span { border-color: rgb(221,52,36); }

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