Html Css Color HEX #DE4301 Persimmon

📋 copy color: '#DE4301'

red 222 ◦ green 67 ◦ blue 1

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

Shades of Persimmon #DE4301

Tints of Persimmon #DE4301

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.1%

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

R = 76.55%
G = 23.1%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DE4301 (or 0xDE4301) is known color: Persimmon. HEX triplet: DE, 43 and 01. RGB value is (222,67,1). Sum of RGB (Red+Green+Blue) = 222+67+1=290 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.55% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE4301 is #21BCFE. Grayscale: #6A6A6A. Windows color (decimal): -2211071 or 82910. OLE color: 82910.

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

Color convert

RGB 222 67 1 -
CMYK 0 0.70 1.00 0.13
HSL 17.92º 0.99% 0.44% -
HSV(B) 17.92º 1% 0.87% -
XYZ 32.14 19.55 2.11 -
YUV 105.82 68.85 210.87 -
System Red Green Blue C M Y K H S L
Decimal 222 67 1 0 0.70 1.00 0.13 17.92 0.99 0.44
Hex DE 43 1 0 46 64 D 12 63 2C
Octal 336 103 1 0 106 144 15 22 143 54
Binary 11011110 1000011 1 0 1000110 1100100 1101 10010 1100011 101100

Color Harmonies of #DE4301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4301

Black with #DE4301

Text Example


Text Example

White with #DE4301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4301; }

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

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

background-color css

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

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

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

border-color css

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

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

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