Html Css Color HEX #DF5040 Cinnabar

📋 copy color: '#DF5040'

red 223 ◦ green 80 ◦ blue 64

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

Shades of Cinnabar #DF5040

Tints of Cinnabar #DF5040

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.8%

 BLUE value IS 64 (25.39% from 255) = 17.44%

R = 60.76%
G = 21.8%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF5040 (or 0xDF5040) is known color: Cinnabar. HEX triplet: DF, 50 and 40. RGB value is (223,80,64). Sum of RGB (Red+Green+Blue) = 223+80+64=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5040 is #20AFBF. Grayscale: #797979. Windows color (decimal): -2142144 or 4215007. OLE color: 4215007.

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

Color convert

RGB 223 80 64 -
CMYK 0 0.64 0.71 0.13
HSL 6.04º 0.71% 0.56% -
HSV(B) 6.04º 0.71% 0.87% -
XYZ 34.23 21.8 7.25 -
YUV 120.93 95.88 200.8 -
System Red Green Blue C M Y K H S L
Decimal 223 80 64 0 0.64 0.71 0.13 6.04 0.71 0.56
Hex DF 50 40 0 40 47 D 6 47 38
Octal 337 120 100 0 100 107 15 6 107 70
Binary 11011111 1010000 1000000 0 1000000 1000111 1101 110 1000111 111000

Color Harmonies of #DF5040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5040

Black with #DF5040

Text Example


Text Example

White with #DF5040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5040; }

 p { color: rgb(223,80,64); }

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

background-color css

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

 a { background-color: rgb(223,80,64); }

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

border-color css

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

 span { border-color: rgb(223,80,64); }

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