Html Css Color HEX #DD352F Cinnabar

📋 copy color: '#DD352F'

red 221 ◦ green 53 ◦ blue 47

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

Shades of Cinnabar #DD352F

Tints of Cinnabar #DD352F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.64%

R = 68.85%
G = 16.51%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD352F (or 0xDD352F) is known color: Cinnabar. HEX triplet: DD, 35 and 2F. RGB value is (221,53,47). Sum of RGB (Red+Green+Blue) = 221+53+47=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD352F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD352F is #22CAD0. Grayscale: #666666. Windows color (decimal): -2280145 or 3093981. OLE color: 3093981.

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

Color convert

RGB 221 53 47 -
CMYK 0 0.76 0.79 0.13
HSL 2.07º 0.72% 0.53% -
HSV(B) 2.07º 0.79% 0.87% -
XYZ 31.6 18.12 4.52 -
YUV 102.55 96.66 212.49 -
System Red Green Blue C M Y K H S L
Decimal 221 53 47 0 0.76 0.79 0.13 2.07 0.72 0.53
Hex DD 35 2F 0 4C 4F D 2 48 35
Octal 335 65 57 0 114 117 15 2 110 65
Binary 11011101 110101 101111 0 1001100 1001111 1101 10 1001000 110101

Color Harmonies of #DD352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD352F

Black with #DD352F

Text Example


Text Example

White with #DD352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD352F; }

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

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

background-color css

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

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

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

border-color css

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

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

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