Html Css Color HEX #E2450F Persimmon

📋 copy color: '#E2450F'

red 226 ◦ green 69 ◦ blue 15

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

Shades of Persimmon #E2450F

Tints of Persimmon #E2450F

RGB

 RED value IS 226 (88.67% from 255) = 72.9%

 GREEN value IS 69 (27.34% from 255) = 22.26%

 BLUE value IS 15 (6.25% from 255) = 4.84%

R = 72.9%
G = 22.26%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E2450F (or 0xE2450F) is known color: Persimmon. HEX triplet: E2, 45 and 0F. RGB value is (226,69,15). Sum of RGB (Red+Green+Blue) = 226+69+15=310 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.90% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 15 (6.25% from 255 or 4.84% from 310); Max value from RGB is 226 - color contains mainly: red. Hex color #E2450F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2450F is #1DBAF0. Grayscale: #6E6E6E. Windows color (decimal): -1948401 or 1000930. OLE color: 1000930.

HSL color Cylindrical-coordinate representation of color #E2450F: hue angle of 15.36º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2450F is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 69 15 -
CMYK 0 0.69 0.93 0.11
HSL 15.36º 0.88% 0.47% -
HSV(B) 15.36º 0.93% 0.89% -
XYZ 33.58 20.46 2.63 -
YUV 109.79 74.51 210.89 -
System Red Green Blue C M Y K H S L
Decimal 226 69 15 0 0.69 0.93 0.11 15.36 0.88 0.47
Hex E2 45 F 0 45 5D B F 58 2F
Octal 342 105 17 0 105 135 13 17 130 57
Binary 11100010 1000101 1111 0 1000101 1011101 1011 1111 1011000 101111

Color Harmonies of #E2450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2450F

Black with #E2450F

Text Example


Text Example

White with #E2450F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2450F; }

 p { color: rgb(226,69,15); }

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

background-color css

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

 a { background-color: rgb(226,69,15); }

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

border-color css

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

 span { border-color: rgb(226,69,15); }

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