Html Css Color HEX #DE5C0C Persimmon

📋 copy color: '#DE5C0C'

red 222 ◦ green 92 ◦ blue 12

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

Shades of Persimmon #DE5C0C

Tints of Persimmon #DE5C0C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.22%

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

R = 68.1%
G = 28.22%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE5C0C (or 0xDE5C0C) is known color: Persimmon. HEX triplet: DE, 5C and 0C. RGB value is (222,92,12). Sum of RGB (Red+Green+Blue) = 222+92+12=326 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.10% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5C0C is #21A3F3. Grayscale: #7A7A7A. Windows color (decimal): -2204660 or 810206. OLE color: 810206.

HSL color Cylindrical-coordinate representation of color #DE5C0C: hue angle of 22.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 #DE5C0C is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 92 12 -
CMYK 0 0.59 0.95 0.13
HSL 22.86º 0.9% 0.46% -
HSV(B) 22.86º 0.95% 0.87% -
XYZ 34.02 23.21 3.03 -
YUV 121.75 66.07 199.5 -
System Red Green Blue C M Y K H S L
Decimal 222 92 12 0 0.59 0.95 0.13 22.86 0.9 0.46
Hex DE 5C C 0 3B 5F D 17 5A 2E
Octal 336 134 14 0 73 137 15 27 132 56
Binary 11011110 1011100 1100 0 111011 1011111 1101 10111 1011010 101110

Color Harmonies of #DE5C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5C0C

Black with #DE5C0C

Text Example


Text Example

White with #DE5C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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