Html Css Color HEX #DF4C3C Cinnabar

📋 copy color: '#DF4C3C'

red 223 ◦ green 76 ◦ blue 60

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

Shades of Cinnabar #DF4C3C

Tints of Cinnabar #DF4C3C

RGB

 RED value IS 223 (87.5% from 255) = 62.12%

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

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

R = 62.12%
G = 21.17%
B = 16.71%

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

#DF4C3C (or 0xDF4C3C) is known color: Cinnabar. HEX triplet: DF, 4C and 3C. RGB value is (223,76,60). Sum of RGB (Red+Green+Blue) = 223+76+60=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF4C3C is #20B3C3. Grayscale: #767676. Windows color (decimal): -2143172 or 3951839. OLE color: 3951839.

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

Color convert

RGB 223 76 60 -
CMYK 0 0.66 0.73 0.13
HSL 5.89º 0.72% 0.55% -
HSV(B) 5.89º 0.73% 0.87% -
XYZ 33.83 21.18 6.58 -
YUV 118.13 95.2 202.8 -
System Red Green Blue C M Y K H S L
Decimal 223 76 60 0 0.66 0.73 0.13 5.89 0.72 0.55
Hex DF 4C 3C 0 42 49 D 6 48 37
Octal 337 114 74 0 102 111 15 6 110 67
Binary 11011111 1001100 111100 0 1000010 1001001 1101 110 1001000 110111

Color Harmonies of #DF4C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4C3C

Black with #DF4C3C

Text Example


Text Example

White with #DF4C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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