Html Css Color HEX #DD3C35 Cinnabar

📋 copy color: '#DD3C35'

red 221 ◦ green 60 ◦ blue 53

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

Shades of Cinnabar #DD3C35

Tints of Cinnabar #DD3C35

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.96%

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

R = 66.17%
G = 17.96%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD3C35 (or 0xDD3C35) is known color: Cinnabar. HEX triplet: DD, 3C and 35. RGB value is (221,60,53). Sum of RGB (Red+Green+Blue) = 221+60+53=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3C35 is #22C3CA. Grayscale: #6B6B6B. Windows color (decimal): -2278347 or 3488989. OLE color: 3488989.

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

Color convert

RGB 221 60 53 -
CMYK 0 0.73 0.76 0.13
HSL 2.5º 0.71% 0.54% -
HSV(B) 2.5º 0.76% 0.87% -
XYZ 32.08 18.86 5.32 -
YUV 107.34 97.34 209.07 -
System Red Green Blue C M Y K H S L
Decimal 221 60 53 0 0.73 0.76 0.13 2.5 0.71 0.54
Hex DD 3C 35 0 49 4C D 2 47 36
Octal 335 74 65 0 111 114 15 2 107 66
Binary 11011101 111100 110101 0 1001001 1001100 1101 10 1000111 110110

Color Harmonies of #DD3C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3C35

Black with #DD3C35

Text Example


Text Example

White with #DD3C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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