Html Css Color HEX #DE500F Persimmon

📋 copy color: '#DE500F'

red 222 ◦ green 80 ◦ blue 15

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

Shades of Persimmon #DE500F

Tints of Persimmon #DE500F

RGB

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

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

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

R = 70.03%
G = 25.24%
B = 4.73%

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

#DE500F (or 0xDE500F) is known color: Persimmon. HEX triplet: DE, 50 and 0F. RGB value is (222,80,15). Sum of RGB (Red+Green+Blue) = 222+80+15=317 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.03% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 222 - color contains mainly: red. Hex color #DE500F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE500F is #21AFF0. Grayscale: #737373. Windows color (decimal): -2207729 or 1003742. OLE color: 1003742.

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

Color convert

RGB 222 80 15 -
CMYK 0 0.64 0.93 0.13
HSL 18.84º 0.87% 0.46% -
HSV(B) 18.84º 0.93% 0.87% -
XYZ 33.08 21.3 2.82 -
YUV 115.05 71.54 204.29 -
System Red Green Blue C M Y K H S L
Decimal 222 80 15 0 0.64 0.93 0.13 18.84 0.87 0.46
Hex DE 50 F 0 40 5D D 13 57 2E
Octal 336 120 17 0 100 135 15 23 127 56
Binary 11011110 1010000 1111 0 1000000 1011101 1101 10011 1010111 101110

Color Harmonies of #DE500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE500F

Black with #DE500F

Text Example


Text Example

White with #DE500F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE500F; }

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

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

background-color css

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

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

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

border-color css

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

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

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