Html Css Color HEX #DE5105 Persimmon

📋 copy color: '#DE5105'

red 222 ◦ green 81 ◦ blue 5

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

Shades of Persimmon #DE5105

Tints of Persimmon #DE5105

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.3%

 BLUE value IS 5 (2.34% from 255) = 1.62%

R = 72.08%
G = 26.3%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DE5105 (or 0xDE5105) is known color: Persimmon. HEX triplet: DE, 51 and 05. RGB value is (222,81,5). Sum of RGB (Red+Green+Blue) = 222+81+5=308 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.08% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5105 is #21AEFA. Grayscale: #727272. Windows color (decimal): -2207483 or 348638. OLE color: 348638.

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

Color convert

RGB 222 81 5 -
CMYK 0 0.64 0.98 0.13
HSL 21.01º 0.96% 0.45% -
HSV(B) 21.01º 0.98% 0.87% -
XYZ 33.09 21.43 2.53 -
YUV 114.5 66.21 204.68 -
System Red Green Blue C M Y K H S L
Decimal 222 81 5 0 0.64 0.98 0.13 21.01 0.96 0.45
Hex DE 51 5 0 40 62 D 15 60 2D
Octal 336 121 5 0 100 142 15 25 140 55
Binary 11011110 1010001 101 0 1000000 1100010 1101 10101 1100000 101101

Color Harmonies of #DE5105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5105

Black with #DE5105

Text Example


Text Example

White with #DE5105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5105; }

 p { color: rgb(222,81,5); }

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

background-color css

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

 a { background-color: rgb(222,81,5); }

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

border-color css

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

 span { border-color: rgb(222,81,5); }

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