Html Css Color HEX #DE5301 Persimmon

📋 copy color: '#DE5301'

red 222 ◦ green 83 ◦ blue 1

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

Shades of Persimmon #DE5301

Tints of Persimmon #DE5301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 72.55%
G = 27.12%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DE5301 (or 0xDE5301) is known color: Persimmon. HEX triplet: DE, 53 and 01. RGB value is (222,83,1). Sum of RGB (Red+Green+Blue) = 222+83+1=306 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.55% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5301 is #21ACFE. Grayscale: #737373. Windows color (decimal): -2206975 or 87006. OLE color: 87006.

HSL color Cylindrical-coordinate representation of color #DE5301: hue angle of 22.26º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE5301 is Cyan = 0, Magento = 0.63, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 83 1 -
CMYK 0 0.63 1.00 0.13
HSL 22.26º 0.99% 0.44% -
HSV(B) 22.26º 1% 0.87% -
XYZ 33.22 21.72 2.47 -
YUV 115.21 63.55 204.17 -
System Red Green Blue C M Y K H S L
Decimal 222 83 1 0 0.63 1.00 0.13 22.26 0.99 0.44
Hex DE 53 1 0 3F 64 D 16 63 2C
Octal 336 123 1 0 77 144 15 26 143 54
Binary 11011110 1010011 1 0 111111 1100100 1101 10110 1100011 101100

Color Harmonies of #DE5301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5301

Black with #DE5301

Text Example


Text Example

White with #DE5301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5301; }

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

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

background-color css

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

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

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

border-color css

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

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

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