Html Css Color HEX #E6510B Persimmon

📋 copy color: '#E6510B'

red 230 ◦ green 81 ◦ blue 11

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

Shades of Persimmon #E6510B

Tints of Persimmon #E6510B

RGB

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

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

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

R = 71.43%
G = 25.16%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6510B (or 0xE6510B) is known color: Persimmon. HEX triplet: E6, 51 and 0B. RGB value is (230,81,11). Sum of RGB (Red+Green+Blue) = 230+81+11=322 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.43% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 11 (4.69% from 255 or 3.42% from 322); Max value from RGB is 230 - color contains mainly: red. Hex color #E6510B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6510B is #19AEF4. Grayscale: #757575. Windows color (decimal): -1683189 or 741862. OLE color: 741862.

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

Color convert

RGB 230 81 11 -
CMYK 0 0.65 0.95 0.10
HSL 19.18º 0.91% 0.47% -
HSV(B) 19.18º 0.95% 0.9% -
XYZ 35.64 22.73 2.83 -
YUV 117.57 67.86 208.19 -
System Red Green Blue C M Y K H S L
Decimal 230 81 11 0 0.65 0.95 0.10 19.18 0.91 0.47
Hex E6 51 B 0 41 5F A 13 5B 2F
Octal 346 121 13 0 101 137 12 23 133 57
Binary 11100110 1010001 1011 0 1000001 1011111 1010 10011 1011011 101111

Color Harmonies of #E6510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6510B

Black with #E6510B

Text Example


Text Example

White with #E6510B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6510B; }

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

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

background-color css

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

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

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

border-color css

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

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

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