Html Css Color HEX #DD3325 Cinnabar

📋 copy color: '#DD3325'

red 221 ◦ green 51 ◦ blue 37

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

Shades of Cinnabar #DD3325

Tints of Cinnabar #DD3325

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.5%

 BLUE value IS 37 (14.84% from 255) = 11.97%

R = 71.52%
G = 16.5%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD3325 (or 0xDD3325) is known color: Cinnabar. HEX triplet: DD, 33 and 25. RGB value is (221,51,37). Sum of RGB (Red+Green+Blue) = 221+51+37=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3325 is #22CCDA. Grayscale: #646464. Windows color (decimal): -2280667 or 2438109. OLE color: 2438109.

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

Color convert

RGB 221 51 37 -
CMYK 0 0.77 0.83 0.13
HSL 4.57º 0.73% 0.51% -
HSV(B) 4.57º 0.83% 0.87% -
XYZ 31.34 17.87 3.55 -
YUV 100.23 92.32 214.14 -
System Red Green Blue C M Y K H S L
Decimal 221 51 37 0 0.77 0.83 0.13 4.57 0.73 0.51
Hex DD 33 25 0 4D 53 D 5 49 33
Octal 335 63 45 0 115 123 15 5 111 63
Binary 11011101 110011 100101 0 1001101 1010011 1101 101 1001001 110011

Color Harmonies of #DD3325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3325

Black with #DD3325

Text Example


Text Example

White with #DD3325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3325; }

 p { color: rgb(221,51,37); }

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

background-color css

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

 a { background-color: rgb(221,51,37); }

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

border-color css

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

 span { border-color: rgb(221,51,37); }

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