Html Css Color HEX #DE4800 Persimmon

📋 copy color: '#DE4800'

red 222 ◦ green 72 ◦ blue 0

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

Shades of Persimmon #DE4800

Tints of Persimmon #DE4800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.49%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.51%
G = 24.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DE4800 (or 0xDE4800) is known color: Persimmon. HEX triplet: DE, 48 and 00. RGB value is (222,72,0). Sum of RGB (Red+Green+Blue) = 222+72+0=294 (38% of max value = 765). Red value is 222 (87.11% from 255 or 75.51% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE4800 is #21B7FF. Grayscale: #6D6D6D. Windows color (decimal): -2209792 or 18654. OLE color: 18654.

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

Color convert

RGB 222 72 0 -
CMYK 0 0.68 1 0.13
HSL 19.46º 1% 0.44% -
HSV(B) 19.46º 1% 0.87% -
XYZ 32.44 20.16 2.18 -
YUV 108.64 66.7 208.85 -
System Red Green Blue C M Y K H S L
Decimal 222 72 0 0 0.68 1 0.13 19.46 1 0.44
Hex DE 48 0 0 44 64 D 13 64 2C
Octal 336 110 0 0 104 144 15 23 144 54
Binary 11011110 1001000 0 0 1000100 1100100 1101 10011 1100100 101100

Color Harmonies of #DE4800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4800

Black with #DE4800

Text Example


Text Example

White with #DE4800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4800; }

 p { color: rgb(222,72,0); }

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

background-color css

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

 a { background-color: rgb(222,72,0); }

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

border-color css

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

 span { border-color: rgb(222,72,0); }

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