Html Css Color HEX #DD4C35 Cinnabar

📋 copy color: '#DD4C35'

red 221 ◦ green 76 ◦ blue 53

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

Shades of Cinnabar #DD4C35

Tints of Cinnabar #DD4C35

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.71%

 BLUE value IS 53 (21.09% from 255) = 15.14%

R = 63.14%
G = 21.71%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD4C35 (or 0xDD4C35) is known color: Cinnabar. HEX triplet: DD, 4C and 35. RGB value is (221,76,53). Sum of RGB (Red+Green+Blue) = 221+76+53=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4C35 is #22B3CA. Grayscale: #747474. Windows color (decimal): -2274251 or 3493085. OLE color: 3493085.

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

Color convert

RGB 221 76 53 -
CMYK 0 0.66 0.76 0.13
HSL 8.21º 0.71% 0.54% -
HSV(B) 8.21º 0.76% 0.87% -
XYZ 33.05 20.8 5.64 -
YUV 116.73 92.04 202.37 -
System Red Green Blue C M Y K H S L
Decimal 221 76 53 0 0.66 0.76 0.13 8.21 0.71 0.54
Hex DD 4C 35 0 42 4C D 8 47 36
Octal 335 114 65 0 102 114 15 10 107 66
Binary 11011101 1001100 110101 0 1000010 1001100 1101 1000 1000111 110110

Color Harmonies of #DD4C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4C35

Black with #DD4C35

Text Example


Text Example

White with #DD4C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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