Html Css Color HEX #E6511B Persimmon

📋 copy color: '#E6511B'

red 230 ◦ green 81 ◦ blue 27

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

Shades of Persimmon #E6511B

Tints of Persimmon #E6511B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.99%

R = 68.05%
G = 23.96%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E6511B (or 0xE6511B) is known color: Persimmon. HEX triplet: E6, 51 and 1B. RGB value is (230,81,27). Sum of RGB (Red+Green+Blue) = 230+81+27=338 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.05% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 230 - color contains mainly: red. Hex color #E6511B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6511B is #19AEE4. Grayscale: #777777. Windows color (decimal): -1683173 or 1790438. OLE color: 1790438.

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

Color convert

RGB 230 81 27 -
CMYK 0 0.65 0.88 0.10
HSL 15.96º 0.8% 0.5% -
HSV(B) 15.96º 0.88% 0.9% -
XYZ 35.77 22.79 3.55 -
YUV 119.4 75.86 206.89 -
System Red Green Blue C M Y K H S L
Decimal 230 81 27 0 0.65 0.88 0.10 15.96 0.8 0.5
Hex E6 51 1B 0 41 58 A 10 50 32
Octal 346 121 33 0 101 130 12 20 120 62
Binary 11100110 1010001 11011 0 1000001 1011000 1010 10000 1010000 110010

Color Harmonies of #E6511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6511B

Black with #E6511B

Text Example


Text Example

White with #E6511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6511B; }

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

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

background-color css

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

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

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

border-color css

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

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

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