Html Css Color HEX #DD352D Cinnabar

📋 copy color: '#DD352D'

red 221 ◦ green 53 ◦ blue 45

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

Shades of Cinnabar #DD352D

Tints of Cinnabar #DD352D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.11%

R = 69.28%
G = 16.61%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD352D (or 0xDD352D) is known color: Cinnabar. HEX triplet: DD, 35 and 2D. RGB value is (221,53,45). Sum of RGB (Red+Green+Blue) = 221+53+45=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD352D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD352D is #22CAD2. Grayscale: #666666. Windows color (decimal): -2280147 or 2962909. OLE color: 2962909.

HSL color Cylindrical-coordinate representation of color #DD352D: hue angle of 2.73º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD352D is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 53 45 -
CMYK 0 0.76 0.80 0.13
HSL 2.73º 0.72% 0.52% -
HSV(B) 2.73º 0.8% 0.87% -
XYZ 31.57 18.11 4.31 -
YUV 102.32 95.66 212.65 -
System Red Green Blue C M Y K H S L
Decimal 221 53 45 0 0.76 0.80 0.13 2.73 0.72 0.52
Hex DD 35 2D 0 4C 50 D 3 48 34
Octal 335 65 55 0 114 120 15 3 110 64
Binary 11011101 110101 101101 0 1001100 1010000 1101 11 1001000 110100

Color Harmonies of #DD352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD352D

Black with #DD352D

Text Example


Text Example

White with #DD352D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD352D; }

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

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

background-color css

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

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

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

border-color css

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

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

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