Html Css Color HEX #E24A0F Persimmon

📋 copy color: '#E24A0F'

red 226 ◦ green 74 ◦ blue 15

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

Shades of Persimmon #E24A0F

Tints of Persimmon #E24A0F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.49%

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

R = 71.75%
G = 23.49%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E24A0F (or 0xE24A0F) is known color: Persimmon. HEX triplet: E2, 4A and 0F. RGB value is (226,74,15). Sum of RGB (Red+Green+Blue) = 226+74+15=315 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.75% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 226 - color contains mainly: red. Hex color #E24A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24A0F is #1DB5F0. Grayscale: #717171. Windows color (decimal): -1947121 or 1002210. OLE color: 1002210.

HSL color Cylindrical-coordinate representation of color #E24A0F: hue angle of 16.78º 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 #E24A0F is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 74 15 -
CMYK 0 0.67 0.93 0.11
HSL 16.78º 0.88% 0.47% -
HSV(B) 16.78º 0.93% 0.89% -
XYZ 33.9 21.1 2.74 -
YUV 112.72 72.86 208.8 -
System Red Green Blue C M Y K H S L
Decimal 226 74 15 0 0.67 0.93 0.11 16.78 0.88 0.47
Hex E2 4A F 0 43 5D B 11 58 2F
Octal 342 112 17 0 103 135 13 21 130 57
Binary 11100010 1001010 1111 0 1000011 1011101 1011 10001 1011000 101111

Color Harmonies of #E24A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24A0F

Black with #E24A0F

Text Example


Text Example

White with #E24A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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