Html Css Color HEX #DE5104 Persimmon

📋 copy color: '#DE5104'

red 222 ◦ green 81 ◦ blue 4

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

Shades of Persimmon #DE5104

Tints of Persimmon #DE5104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.3%

R = 72.31%
G = 26.38%
B = 1.3%

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

#DE5104 (or 0xDE5104) is known color: Persimmon. HEX triplet: DE, 51 and 04. RGB value is (222,81,4). Sum of RGB (Red+Green+Blue) = 222+81+4=307 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.31% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5104 is #21AEFB. Grayscale: #727272. Windows color (decimal): -2207484 or 283102. OLE color: 283102.

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

Color convert

RGB 222 81 4 -
CMYK 0 0.64 0.98 0.13
HSL 21.19º 0.96% 0.44% -
HSV(B) 21.19º 0.98% 0.87% -
XYZ 33.09 21.42 2.51 -
YUV 114.38 65.71 204.76 -
System Red Green Blue C M Y K H S L
Decimal 222 81 4 0 0.64 0.98 0.13 21.19 0.96 0.44
Hex DE 51 4 0 40 62 D 15 60 2C
Octal 336 121 4 0 100 142 15 25 140 54
Binary 11011110 1010001 100 0 1000000 1100010 1101 10101 1100000 101100

Color Harmonies of #DE5104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5104

Black with #DE5104

Text Example


Text Example

White with #DE5104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5104; }

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

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

background-color css

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

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

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

border-color css

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

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

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