Html Css Color HEX #DE4D01 Persimmon

📋 copy color: '#DE4D01'

red 222 ◦ green 77 ◦ blue 1

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

Shades of Persimmon #DE4D01

Tints of Persimmon #DE4D01

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.67%

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

R = 74%
G = 25.67%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DE4D01 (or 0xDE4D01) is known color: Persimmon. HEX triplet: DE, 4D and 01. RGB value is (222,77,1). Sum of RGB (Red+Green+Blue) = 222+77+1=300 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE4D01 is #21B2FE. Grayscale: #707070. Windows color (decimal): -2208511 or 85470. OLE color: 85470.

HSL color Cylindrical-coordinate representation of color #DE4D01: hue angle of 20.63º 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 #DE4D01 is Cyan = 0, Magento = 0.65, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 77 1 -
CMYK 0 0.65 1.00 0.13
HSL 20.63º 0.99% 0.44% -
HSV(B) 20.63º 1% 0.87% -
XYZ 32.78 20.84 2.32 -
YUV 111.69 65.54 206.68 -
System Red Green Blue C M Y K H S L
Decimal 222 77 1 0 0.65 1.00 0.13 20.63 0.99 0.44
Hex DE 4D 1 0 41 64 D 15 63 2C
Octal 336 115 1 0 101 144 15 25 143 54
Binary 11011110 1001101 1 0 1000001 1100100 1101 10101 1100011 101100

Color Harmonies of #DE4D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4D01

Black with #DE4D01

Text Example


Text Example

White with #DE4D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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