Html Css Color HEX #DE5315 Persimmon

📋 copy color: '#DE5315'

red 222 ◦ green 83 ◦ blue 21

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

Shades of Persimmon #DE5315

Tints of Persimmon #DE5315

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.46%

 BLUE value IS 21 (8.59% from 255) = 6.44%

R = 68.1%
G = 25.46%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE5315 (or 0xDE5315) is known color: Persimmon. HEX triplet: DE, 53 and 15. RGB value is (222,83,21). Sum of RGB (Red+Green+Blue) = 222+83+21=326 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.10% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5315 is #21ACEA. Grayscale: #757575. Windows color (decimal): -2206955 or 1397726. OLE color: 1397726.

HSL color Cylindrical-coordinate representation of color #DE5315: hue angle of 18.51º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE5315 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 83 21 -
CMYK 0 0.63 0.91 0.13
HSL 18.51º 0.83% 0.48% -
HSV(B) 18.51º 0.91% 0.87% -
XYZ 33.35 21.77 3.15 -
YUV 117.49 73.55 202.54 -
System Red Green Blue C M Y K H S L
Decimal 222 83 21 0 0.63 0.91 0.13 18.51 0.83 0.48
Hex DE 53 15 0 3F 5B D 13 53 30
Octal 336 123 25 0 77 133 15 23 123 60
Binary 11011110 1010011 10101 0 111111 1011011 1101 10011 1010011 110000

Color Harmonies of #DE5315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5315

Black with #DE5315

Text Example


Text Example

White with #DE5315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5315; }

 p { color: rgb(222,83,21); }

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

background-color css

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

 a { background-color: rgb(222,83,21); }

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

border-color css

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

 span { border-color: rgb(222,83,21); }

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