Html Css Color HEX #E6460D Persimmon

📋 copy color: '#E6460D'

red 230 ◦ green 70 ◦ blue 13

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

Shades of Persimmon #E6460D

Tints of Persimmon #E6460D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.36%

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

R = 73.48%
G = 22.36%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6460D (or 0xE6460D) is known color: Persimmon. HEX triplet: E6, 46 and 0D. RGB value is (230,70,13). Sum of RGB (Red+Green+Blue) = 230+70+13=313 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.48% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 230 - color contains mainly: red. Hex color #E6460D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6460D is #19B9F2. Grayscale: #6F6F6F. Windows color (decimal): -1686003 or 870118. OLE color: 870118.

HSL color Cylindrical-coordinate representation of color #E6460D: hue angle of 15.76º 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 #E6460D is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 70 13 -
CMYK 0 0.70 0.94 0.10
HSL 15.76º 0.89% 0.48% -
HSV(B) 15.76º 0.94% 0.9% -
XYZ 34.9 21.23 2.64 -
YUV 111.34 72.51 212.63 -
System Red Green Blue C M Y K H S L
Decimal 230 70 13 0 0.70 0.94 0.10 15.76 0.89 0.48
Hex E6 46 D 0 46 5E A 10 59 30
Octal 346 106 15 0 106 136 12 20 131 60
Binary 11100110 1000110 1101 0 1000110 1011110 1010 10000 1011001 110000

Color Harmonies of #E6460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6460D

Black with #E6460D

Text Example


Text Example

White with #E6460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6460D; }

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

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

background-color css

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

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

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

border-color css

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

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

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