Html Css Color HEX #DE510D Persimmon

📋 copy color: '#DE510D'

red 222 ◦ green 81 ◦ blue 13

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

Shades of Persimmon #DE510D

Tints of Persimmon #DE510D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.63%

 BLUE value IS 13 (5.47% from 255) = 4.11%

R = 70.25%
G = 25.63%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DE510D (or 0xDE510D) is known color: Persimmon. HEX triplet: DE, 51 and 0D. RGB value is (222,81,13). Sum of RGB (Red+Green+Blue) = 222+81+13=316 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.25% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 222 - color contains mainly: red. Hex color #DE510D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE510D is #21AEF2. Grayscale: #737373. Windows color (decimal): -2207475 or 872926. OLE color: 872926.

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

Color convert

RGB 222 81 13 -
CMYK 0 0.64 0.94 0.13
HSL 19.52º 0.89% 0.46% -
HSV(B) 19.52º 0.94% 0.87% -
XYZ 33.14 21.44 2.77 -
YUV 115.41 70.21 204.03 -
System Red Green Blue C M Y K H S L
Decimal 222 81 13 0 0.64 0.94 0.13 19.52 0.89 0.46
Hex DE 51 D 0 40 5E D 14 59 2E
Octal 336 121 15 0 100 136 15 24 131 56
Binary 11011110 1010001 1101 0 1000000 1011110 1101 10100 1011001 101110

Color Harmonies of #DE510D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE510D

Black with #DE510D

Text Example


Text Example

White with #DE510D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE510D; }

 p { color: rgb(222,81,13); }

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

background-color css

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

 a { background-color: rgb(222,81,13); }

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

border-color css

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

 span { border-color: rgb(222,81,13); }

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