Html Css Color HEX #DF513F Cinnabar

📋 copy color: '#DF513F'

red 223 ◦ green 81 ◦ blue 63

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

Shades of Cinnabar #DF513F

Tints of Cinnabar #DF513F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.07%

 BLUE value IS 63 (25% from 255) = 17.17%

R = 60.76%
G = 22.07%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF513F (or 0xDF513F) is known color: Cinnabar. HEX triplet: DF, 51 and 3F. RGB value is (223,81,63). Sum of RGB (Red+Green+Blue) = 223+81+63=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF513F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF513F is #20AEC0. Grayscale: #797979. Windows color (decimal): -2141889 or 4149727. OLE color: 4149727.

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

Color convert

RGB 223 81 63 -
CMYK 0 0.64 0.72 0.13
HSL 6.75º 0.71% 0.56% -
HSV(B) 6.75º 0.72% 0.87% -
XYZ 34.27 21.93 7.13 -
YUV 121.41 95.04 200.46 -
System Red Green Blue C M Y K H S L
Decimal 223 81 63 0 0.64 0.72 0.13 6.75 0.71 0.56
Hex DF 51 3F 0 40 48 D 7 47 38
Octal 337 121 77 0 100 110 15 7 107 70
Binary 11011111 1010001 111111 0 1000000 1001000 1101 111 1000111 111000

Color Harmonies of #DF513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF513F

Black with #DF513F

Text Example


Text Example

White with #DF513F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF513F; }

 p { color: rgb(223,81,63); }

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

background-color css

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

 a { background-color: rgb(223,81,63); }

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

border-color css

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

 span { border-color: rgb(223,81,63); }

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