Html Css Color HEX #DE4000 Persimmon

📋 copy color: '#DE4000'

red 222 ◦ green 64 ◦ blue 0

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

Shades of Persimmon #DE4000

Tints of Persimmon #DE4000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.38%

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

R = 77.62%
G = 22.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DE4000 (or 0xDE4000) is known color: Persimmon. HEX triplet: DE, 40 and 00. RGB value is (222,64,0). Sum of RGB (Red+Green+Blue) = 222+64+0=286 (37% of max value = 765). Red value is 222 (87.11% from 255 or 77.62% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE4000 is #21BFFF. Grayscale: #686868. Windows color (decimal): -2211840 or 16606. OLE color: 16606.

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

Color convert

RGB 222 64 0 -
CMYK 0 0.71 1 0.13
HSL 17.3º 1% 0.44% -
HSV(B) 17.3º 1% 0.87% -
XYZ 31.96 19.2 2.02 -
YUV 103.95 69.35 212.2 -
System Red Green Blue C M Y K H S L
Decimal 222 64 0 0 0.71 1 0.13 17.3 1 0.44
Hex DE 40 0 0 47 64 D 11 64 2C
Octal 336 100 0 0 107 144 15 21 144 54
Binary 11011110 1000000 0 0 1000111 1100100 1101 10001 1100100 101100

Color Harmonies of #DE4000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4000

Black with #DE4000

Text Example


Text Example

White with #DE4000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4000; }

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

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

background-color css

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

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

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

border-color css

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

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

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