Html Css Color HEX #DE580E Persimmon

📋 copy color: '#DE580E'

red 222 ◦ green 88 ◦ blue 14

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

Shades of Persimmon #DE580E

Tints of Persimmon #DE580E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.16%

 BLUE value IS 14 (5.86% from 255) = 4.32%

R = 68.52%
G = 27.16%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DE580E (or 0xDE580E) is known color: Persimmon. HEX triplet: DE, 58 and 0E. RGB value is (222,88,14). Sum of RGB (Red+Green+Blue) = 222+88+14=324 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.52% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 222 - color contains mainly: red. Hex color #DE580E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE580E is #21A7F1. Grayscale: #787878. Windows color (decimal): -2205682 or 940254. OLE color: 940254.

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

Color convert

RGB 222 88 14 -
CMYK 0 0.60 0.94 0.13
HSL 21.35º 0.88% 0.46% -
HSV(B) 21.35º 0.94% 0.87% -
XYZ 33.69 22.54 2.99 -
YUV 119.63 68.39 201.02 -
System Red Green Blue C M Y K H S L
Decimal 222 88 14 0 0.60 0.94 0.13 21.35 0.88 0.46
Hex DE 58 E 0 3C 5E D 15 58 2E
Octal 336 130 16 0 74 136 15 25 130 56
Binary 11011110 1011000 1110 0 111100 1011110 1101 10101 1011000 101110

Color Harmonies of #DE580E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE580E

Black with #DE580E

Text Example


Text Example

White with #DE580E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE580E; }

 p { color: rgb(222,88,14); }

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

background-color css

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

 a { background-color: rgb(222,88,14); }

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

border-color css

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

 span { border-color: rgb(222,88,14); }

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