Html Css Color HEX #DF513A Cinnabar

📋 copy color: '#DF513A'

red 223 ◦ green 81 ◦ blue 58

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

Shades of Cinnabar #DF513A

Tints of Cinnabar #DF513A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.02%

R = 61.6%
G = 22.38%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF513A (or 0xDF513A) is known color: Cinnabar. HEX triplet: DF, 51 and 3A. RGB value is (223,81,58). Sum of RGB (Red+Green+Blue) = 223+81+58=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 58 (23.05% from 255 or 16.02% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF513A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF513A is #20AEC5. Grayscale: #797979. Windows color (decimal): -2141894 or 3822047. OLE color: 3822047.

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

Color convert

RGB 223 81 58 -
CMYK 0 0.64 0.74 0.13
HSL 8.36º 0.72% 0.55% -
HSV(B) 8.36º 0.74% 0.87% -
XYZ 34.14 21.88 6.43 -
YUV 120.84 92.54 200.87 -
System Red Green Blue C M Y K H S L
Decimal 223 81 58 0 0.64 0.74 0.13 8.36 0.72 0.55
Hex DF 51 3A 0 40 4A D 8 48 37
Octal 337 121 72 0 100 112 15 10 110 67
Binary 11011111 1010001 111010 0 1000000 1001010 1101 1000 1001000 110111

Color Harmonies of #DF513A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF513A

Black with #DF513A

Text Example


Text Example

White with #DF513A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF513A; }

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

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

background-color css

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

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

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

border-color css

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

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

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