Html Css Color HEX #DD4C3C Cinnabar

📋 copy color: '#DD4C3C'

red 221 ◦ green 76 ◦ blue 60

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

Shades of Cinnabar #DD4C3C

Tints of Cinnabar #DD4C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.81%

R = 61.9%
G = 21.29%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD4C3C (or 0xDD4C3C) is known color: Cinnabar. HEX triplet: DD, 4C and 3C. RGB value is (221,76,60). Sum of RGB (Red+Green+Blue) = 221+76+60=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4C3C is #22B3C3. Grayscale: #757575. Windows color (decimal): -2274244 or 3951837. OLE color: 3951837.

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

Color convert

RGB 221 76 60 -
CMYK 0 0.66 0.73 0.13
HSL 5.96º 0.7% 0.55% -
HSV(B) 5.96º 0.73% 0.87% -
XYZ 33.22 20.87 6.55 -
YUV 117.53 95.54 201.8 -
System Red Green Blue C M Y K H S L
Decimal 221 76 60 0 0.66 0.73 0.13 5.96 0.7 0.55
Hex DD 4C 3C 0 42 49 D 6 46 37
Octal 335 114 74 0 102 111 15 6 106 67
Binary 11011101 1001100 111100 0 1000010 1001001 1101 110 1000110 110111

Color Harmonies of #DD4C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4C3C

Black with #DD4C3C

Text Example


Text Example

White with #DD4C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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