Html Css Color HEX #E6470B Persimmon

📋 copy color: '#E6470B'

red 230 ◦ green 71 ◦ blue 11

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

Shades of Persimmon #E6470B

Tints of Persimmon #E6470B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.76%

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

R = 73.72%
G = 22.76%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6470B (or 0xE6470B) is known color: Persimmon. HEX triplet: E6, 47 and 0B. RGB value is (230,71,11). Sum of RGB (Red+Green+Blue) = 230+71+11=312 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.72% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 230 - color contains mainly: red. Hex color #E6470B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6470B is #19B8F4. Grayscale: #707070. Windows color (decimal): -1685749 or 739302. OLE color: 739302.

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

Color convert

RGB 230 71 11 -
CMYK 0 0.69 0.95 0.10
HSL 16.44º 0.91% 0.47% -
HSV(B) 16.44º 0.95% 0.9% -
XYZ 34.95 21.35 2.6 -
YUV 111.7 71.18 212.38 -
System Red Green Blue C M Y K H S L
Decimal 230 71 11 0 0.69 0.95 0.10 16.44 0.91 0.47
Hex E6 47 B 0 45 5F A 10 5B 2F
Octal 346 107 13 0 105 137 12 20 133 57
Binary 11100110 1000111 1011 0 1000101 1011111 1010 10000 1011011 101111

Color Harmonies of #E6470B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6470B

Black with #E6470B

Text Example


Text Example

White with #E6470B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6470B; }

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

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

background-color css

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

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

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

border-color css

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

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

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