Html Css Color HEX #DD3E24 Cinnabar

📋 copy color: '#DD3E24'

red 221 ◦ green 62 ◦ blue 36

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

Shades of Cinnabar #DD3E24

Tints of Cinnabar #DD3E24

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.44%

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

R = 69.28%
G = 19.44%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD3E24 (or 0xDD3E24) is known color: Cinnabar. HEX triplet: DD, 3E and 24. RGB value is (221,62,36). Sum of RGB (Red+Green+Blue) = 221+62+36=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 36 (14.45% from 255 or 11.29% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3E24 is #22C1DB. Grayscale: #6A6A6A. Windows color (decimal): -2277852 or 2375389. OLE color: 2375389.

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

Color convert

RGB 221 62 36 -
CMYK 0 0.72 0.84 0.13
HSL 8.43º 0.73% 0.5% -
HSV(B) 8.43º 0.84% 0.87% -
XYZ 31.86 18.94 3.65 -
YUV 106.58 88.18 209.61 -
System Red Green Blue C M Y K H S L
Decimal 221 62 36 0 0.72 0.84 0.13 8.43 0.73 0.5
Hex DD 3E 24 0 48 54 D 8 49 32
Octal 335 76 44 0 110 124 15 10 111 62
Binary 11011101 111110 100100 0 1001000 1010100 1101 1000 1001001 110010

Color Harmonies of #DD3E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3E24

Black with #DD3E24

Text Example


Text Example

White with #DD3E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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