Html Css Color HEX #DF503C Cinnabar

📋 copy color: '#DF503C'

red 223 ◦ green 80 ◦ blue 60

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

Shades of Cinnabar #DF503C

Tints of Cinnabar #DF503C

RGB

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

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

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

R = 61.43%
G = 22.04%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF503C (or 0xDF503C) is known color: Cinnabar. HEX triplet: DF, 50 and 3C. RGB value is (223,80,60). Sum of RGB (Red+Green+Blue) = 223+80+60=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF503C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF503C is #20AFC3. Grayscale: #787878. Windows color (decimal): -2142148 or 3952863. OLE color: 3952863.

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

Color convert

RGB 223 80 60 -
CMYK 0 0.64 0.73 0.13
HSL 7.36º 0.72% 0.55% -
HSV(B) 7.36º 0.73% 0.87% -
XYZ 34.12 21.75 6.68 -
YUV 120.48 93.88 201.13 -
System Red Green Blue C M Y K H S L
Decimal 223 80 60 0 0.64 0.73 0.13 7.36 0.72 0.55
Hex DF 50 3C 0 40 49 D 7 48 37
Octal 337 120 74 0 100 111 15 7 110 67
Binary 11011111 1010000 111100 0 1000000 1001001 1101 111 1001000 110111

Color Harmonies of #DF503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF503C

Black with #DF503C

Text Example


Text Example

White with #DF503C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF503C; }

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

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

background-color css

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

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

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

border-color css

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

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

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