Html Css Color HEX #E1470C Persimmon

📋 copy color: '#E1470C'

red 225 ◦ green 71 ◦ blue 12

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

Shades of Persimmon #E1470C

Tints of Persimmon #E1470C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.9%

R = 73.05%
G = 23.05%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1470C (or 0xE1470C) is known color: Persimmon. HEX triplet: E1, 47 and 0C. RGB value is (225,71,12). Sum of RGB (Red+Green+Blue) = 225+71+12=308 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.05% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 225 - color contains mainly: red. Hex color #E1470C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1470C is #1EB8F3. Grayscale: #6E6E6E. Windows color (decimal): -2013428 or 804833. OLE color: 804833.

HSL color Cylindrical-coordinate representation of color #E1470C: hue angle of 16.62º degrees, saturation: 0.9, 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 #E1470C is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 71 12 -
CMYK 0 0.68 0.95 0.12
HSL 16.62º 0.9% 0.46% -
HSV(B) 16.62º 0.95% 0.88% -
XYZ 33.37 20.54 2.55 -
YUV 110.32 72.52 209.8 -
System Red Green Blue C M Y K H S L
Decimal 225 71 12 0 0.68 0.95 0.12 16.62 0.9 0.46
Hex E1 47 C 0 44 5F C 11 5A 2E
Octal 341 107 14 0 104 137 14 21 132 56
Binary 11100001 1000111 1100 0 1000100 1011111 1100 10001 1011010 101110

Color Harmonies of #E1470C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1470C

Black with #E1470C

Text Example


Text Example

White with #E1470C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1470C; }

 p { color: rgb(225,71,12); }

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

background-color css

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

 a { background-color: rgb(225,71,12); }

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

border-color css

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

 span { border-color: rgb(225,71,12); }

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