Html Css Color HEX #E1510B Persimmon

📋 copy color: '#E1510B'

red 225 ◦ green 81 ◦ blue 11

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

Shades of Persimmon #E1510B

Tints of Persimmon #E1510B

RGB

 RED value IS 225 (88.28% from 255) = 70.98%

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

 BLUE value IS 11 (4.69% from 255) = 3.47%

R = 70.98%
G = 25.55%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1510B (or 0xE1510B) is known color: Persimmon. HEX triplet: E1, 51 and 0B. RGB value is (225,81,11). Sum of RGB (Red+Green+Blue) = 225+81+11=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E1510B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1510B is #1EAEF4. Grayscale: #747474. Windows color (decimal): -2010869 or 741857. OLE color: 741857.

HSL color Cylindrical-coordinate representation of color #E1510B: hue angle of 19.63º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1510B is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 81 11 -
CMYK 0 0.64 0.95 0.12
HSL 19.63º 0.91% 0.46% -
HSV(B) 19.63º 0.95% 0.88% -
XYZ 34.05 21.92 2.75 -
YUV 116.08 68.71 205.69 -
System Red Green Blue C M Y K H S L
Decimal 225 81 11 0 0.64 0.95 0.12 19.63 0.91 0.46
Hex E1 51 B 0 40 5F C 14 5B 2E
Octal 341 121 13 0 100 137 14 24 133 56
Binary 11100001 1010001 1011 0 1000000 1011111 1100 10100 1011011 101110

Color Harmonies of #E1510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1510B

Black with #E1510B

Text Example


Text Example

White with #E1510B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1510B; }

 p { color: rgb(225,81,11); }

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

background-color css

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

 a { background-color: rgb(225,81,11); }

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

border-color css

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

 span { border-color: rgb(225,81,11); }

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