Html Css Color HEX #DE460E Persimmon

📋 copy color: '#DE460E'

red 222 ◦ green 70 ◦ blue 14

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

Shades of Persimmon #DE460E

Tints of Persimmon #DE460E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.88%

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

R = 72.55%
G = 22.88%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DE460E (or 0xDE460E) is known color: Persimmon. HEX triplet: DE, 46 and 0E. RGB value is (222,70,14). Sum of RGB (Red+Green+Blue) = 222+70+14=306 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.55% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 222 - color contains mainly: red. Hex color #DE460E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE460E is #21B9F1. Grayscale: #6D6D6D. Windows color (decimal): -2210290 or 935646. OLE color: 935646.

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

Color convert

RGB 222 70 14 -
CMYK 0 0.68 0.94 0.13
HSL 16.15º 0.88% 0.46% -
HSV(B) 16.15º 0.94% 0.87% -
XYZ 32.39 19.94 2.56 -
YUV 109.06 74.36 208.55 -
System Red Green Blue C M Y K H S L
Decimal 222 70 14 0 0.68 0.94 0.13 16.15 0.88 0.46
Hex DE 46 E 0 44 5E D 10 58 2E
Octal 336 106 16 0 104 136 15 20 130 56
Binary 11011110 1000110 1110 0 1000100 1011110 1101 10000 1011000 101110

Color Harmonies of #DE460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE460E

Black with #DE460E

Text Example


Text Example

White with #DE460E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE460E; }

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

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

background-color css

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

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

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

border-color css

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

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

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