Html Css Color HEX #DE510F Persimmon

📋 copy color: '#DE510F'

red 222 ◦ green 81 ◦ blue 15

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

Shades of Persimmon #DE510F

Tints of Persimmon #DE510F

RGB

 RED value IS 222 (87.11% from 255) = 69.81%

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

 BLUE value IS 15 (6.25% from 255) = 4.72%

R = 69.81%
G = 25.47%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DE510F (or 0xDE510F) is known color: Persimmon. HEX triplet: DE, 51 and 0F. RGB value is (222,81,15). Sum of RGB (Red+Green+Blue) = 222+81+15=318 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.81% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 222 - color contains mainly: red. Hex color #DE510F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE510F is #21AEF0. Grayscale: #747474. Windows color (decimal): -2207473 or 1003998. OLE color: 1003998.

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

Color convert

RGB 222 81 15 -
CMYK 0 0.64 0.93 0.13
HSL 19.13º 0.87% 0.46% -
HSV(B) 19.13º 0.93% 0.87% -
XYZ 33.15 21.45 2.84 -
YUV 115.64 71.21 203.87 -
System Red Green Blue C M Y K H S L
Decimal 222 81 15 0 0.64 0.93 0.13 19.13 0.87 0.46
Hex DE 51 F 0 40 5D D 13 57 2E
Octal 336 121 17 0 100 135 15 23 127 56
Binary 11011110 1010001 1111 0 1000000 1011101 1101 10011 1010111 101110

Color Harmonies of #DE510F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE510F

Black with #DE510F

Text Example


Text Example

White with #DE510F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE510F; }

 p { color: rgb(222,81,15); }

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

background-color css

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

 a { background-color: rgb(222,81,15); }

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

border-color css

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

 span { border-color: rgb(222,81,15); }

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