Html Css Color HEX #DD3D24 Cinnabar

📋 copy color: '#DD3D24'

red 221 ◦ green 61 ◦ blue 36

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

Shades of Cinnabar #DD3D24

Tints of Cinnabar #DD3D24

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.18%

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

R = 69.5%
G = 19.18%
B = 11.32%

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

#DD3D24 (or 0xDD3D24) is known color: Cinnabar. HEX triplet: DD, 3D and 24. RGB value is (221,61,36). Sum of RGB (Red+Green+Blue) = 221+61+36=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 36 (14.45% from 255 or 11.32% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3D24 is #22C2DB. Grayscale: #6A6A6A. Windows color (decimal): -2278108 or 2375133. OLE color: 2375133.

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

Color convert

RGB 221 61 36 -
CMYK 0 0.72 0.84 0.13
HSL 8.11º 0.73% 0.5% -
HSV(B) 8.11º 0.84% 0.87% -
XYZ 31.81 18.84 3.63 -
YUV 105.99 88.51 210.03 -
System Red Green Blue C M Y K H S L
Decimal 221 61 36 0 0.72 0.84 0.13 8.11 0.73 0.5
Hex DD 3D 24 0 48 54 D 8 49 32
Octal 335 75 44 0 110 124 15 10 111 62
Binary 11011101 111101 100100 0 1001000 1010100 1101 1000 1001001 110010

Color Harmonies of #DD3D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3D24

Black with #DD3D24

Text Example


Text Example

White with #DD3D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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