Html Css Color HEX #DE5E07 Persimmon

📋 copy color: '#DE5E07'

red 222 ◦ green 94 ◦ blue 7

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

Shades of Persimmon #DE5E07

Tints of Persimmon #DE5E07

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.1%

 BLUE value IS 7 (3.13% from 255) = 2.17%

R = 68.73%
G = 29.1%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DE5E07 (or 0xDE5E07) is known color: Persimmon. HEX triplet: DE, 5E and 07. RGB value is (222,94,7). Sum of RGB (Red+Green+Blue) = 222+94+7=323 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.73% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 7 (3.12% from 255 or 2.17% from 323); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5E07 is #21A1F8. Grayscale: #7A7A7A. Windows color (decimal): -2204153 or 483038. OLE color: 483038.

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

Color convert

RGB 222 94 7 -
CMYK 0 0.58 0.97 0.13
HSL 24.28º 0.94% 0.45% -
HSV(B) 24.28º 0.97% 0.87% -
XYZ 34.17 23.55 2.95 -
YUV 122.35 62.91 199.07 -
System Red Green Blue C M Y K H S L
Decimal 222 94 7 0 0.58 0.97 0.13 24.28 0.94 0.45
Hex DE 5E 7 0 3A 61 D 18 5E 2D
Octal 336 136 7 0 72 141 15 30 136 55
Binary 11011110 1011110 111 0 111010 1100001 1101 11000 1011110 101101

Color Harmonies of #DE5E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5E07

Black with #DE5E07

Text Example


Text Example

White with #DE5E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5E07; }

 p { color: rgb(222,94,7); }

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

background-color css

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

 a { background-color: rgb(222,94,7); }

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

border-color css

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

 span { border-color: rgb(222,94,7); }

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