Html Css Color HEX #DE4E0C Persimmon

📋 copy color: '#DE4E0C'

red 222 ◦ green 78 ◦ blue 12

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

Shades of Persimmon #DE4E0C

Tints of Persimmon #DE4E0C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25%

 BLUE value IS 12 (5.08% from 255) = 3.85%

R = 71.15%
G = 25%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE4E0C (or 0xDE4E0C) is known color: Persimmon. HEX triplet: DE, 4E and 0C. RGB value is (222,78,12). Sum of RGB (Red+Green+Blue) = 222+78+12=312 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.15% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE4E0C is #21B1F3. Grayscale: #717171. Windows color (decimal): -2208244 or 806622. OLE color: 806622.

HSL color Cylindrical-coordinate representation of color #DE4E0C: hue angle of 18.86º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE4E0C is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 78 12 -
CMYK 0 0.65 0.95 0.13
HSL 18.86º 0.9% 0.46% -
HSV(B) 18.86º 0.95% 0.87% -
XYZ 32.91 21 2.67 -
YUV 113.53 70.71 205.37 -
System Red Green Blue C M Y K H S L
Decimal 222 78 12 0 0.65 0.95 0.13 18.86 0.9 0.46
Hex DE 4E C 0 41 5F D 13 5A 2E
Octal 336 116 14 0 101 137 15 23 132 56
Binary 11011110 1001110 1100 0 1000001 1011111 1101 10011 1011010 101110

Color Harmonies of #DE4E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4E0C

Black with #DE4E0C

Text Example


Text Example

White with #DE4E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4E0C; }

 p { color: rgb(222,78,12); }

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

background-color css

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

 a { background-color: rgb(222,78,12); }

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

border-color css

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

 span { border-color: rgb(222,78,12); }

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