Html Css Color HEX #E6510D Persimmon

📋 copy color: '#E6510D'

red 230 ◦ green 81 ◦ blue 13

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

Shades of Persimmon #E6510D

Tints of Persimmon #E6510D

RGB

 RED value IS 230 (90.23% from 255) = 70.99%

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

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

R = 70.99%
G = 25%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6510D (or 0xE6510D) is known color: Persimmon. HEX triplet: E6, 51 and 0D. RGB value is (230,81,13). Sum of RGB (Red+Green+Blue) = 230+81+13=324 (42% of max value = 765). Red value is 230 (90.23% from 255 or 70.99% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 230 - color contains mainly: red. Hex color #E6510D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6510D is #19AEF2. Grayscale: #767676. Windows color (decimal): -1683187 or 872934. OLE color: 872934.

HSL color Cylindrical-coordinate representation of color #E6510D: hue angle of 18.8º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6510D is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 81 13 -
CMYK 0 0.65 0.94 0.10
HSL 18.8º 0.89% 0.48% -
HSV(B) 18.8º 0.94% 0.9% -
XYZ 35.65 22.74 2.89 -
YUV 117.8 68.86 208.03 -
System Red Green Blue C M Y K H S L
Decimal 230 81 13 0 0.65 0.94 0.10 18.8 0.89 0.48
Hex E6 51 D 0 41 5E A 13 59 30
Octal 346 121 15 0 101 136 12 23 131 60
Binary 11100110 1010001 1101 0 1000001 1011110 1010 10011 1011001 110000

Color Harmonies of #E6510D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6510D

Black with #E6510D

Text Example


Text Example

White with #E6510D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6510D; }

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

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

background-color css

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

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

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

border-color css

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

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

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