Html Css Color HEX #E24F1A Persimmon

📋 copy color: '#E24F1A'

red 226 ◦ green 79 ◦ blue 26

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

Shades of Persimmon #E24F1A

Tints of Persimmon #E24F1A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.87%

 BLUE value IS 26 (10.55% from 255) = 7.85%

R = 68.28%
G = 23.87%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E24F1A (or 0xE24F1A) is known color: Persimmon. HEX triplet: E2, 4F and 1A. RGB value is (226,79,26). Sum of RGB (Red+Green+Blue) = 226+79+26=331 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.28% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 226 - color contains mainly: red. Hex color #E24F1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E24F1A is #1DB0E5. Grayscale: #757575. Windows color (decimal): -1945830 or 1724386. OLE color: 1724386.

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

Color convert

RGB 226 79 26 -
CMYK 0 0.65 0.88 0.11
HSL 15.9º 0.79% 0.49% -
HSV(B) 15.9º 0.88% 0.89% -
XYZ 34.35 21.84 3.38 -
YUV 116.91 76.7 205.81 -
System Red Green Blue C M Y K H S L
Decimal 226 79 26 0 0.65 0.88 0.11 15.9 0.79 0.49
Hex E2 4F 1A 0 41 58 B 10 4F 31
Octal 342 117 32 0 101 130 13 20 117 61
Binary 11100010 1001111 11010 0 1000001 1011000 1011 10000 1001111 110001

Color Harmonies of #E24F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24F1A

Black with #E24F1A

Text Example


Text Example

White with #E24F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24F1A; }

 p { color: rgb(226,79,26); }

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

background-color css

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

 a { background-color: rgb(226,79,26); }

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

border-color css

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

 span { border-color: rgb(226,79,26); }

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