Html Css Color HEX #E24A0D Persimmon

📋 copy color: '#E24A0D'

red 226 ◦ green 74 ◦ blue 13

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

Shades of Persimmon #E24A0D

Tints of Persimmon #E24A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.15%

R = 72.2%
G = 23.64%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E24A0D (or 0xE24A0D) is known color: Persimmon. HEX triplet: E2, 4A and 0D. RGB value is (226,74,13). Sum of RGB (Red+Green+Blue) = 226+74+13=313 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.20% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 226 - color contains mainly: red. Hex color #E24A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24A0D is #1DB5F2. Grayscale: #707070. Windows color (decimal): -1947123 or 871138. OLE color: 871138.

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

Color convert

RGB 226 74 13 -
CMYK 0 0.67 0.94 0.11
HSL 17.18º 0.89% 0.47% -
HSV(B) 17.18º 0.94% 0.89% -
XYZ 33.89 21.1 2.67 -
YUV 112.49 71.86 208.96 -
System Red Green Blue C M Y K H S L
Decimal 226 74 13 0 0.67 0.94 0.11 17.18 0.89 0.47
Hex E2 4A D 0 43 5E B 11 59 2F
Octal 342 112 15 0 103 136 13 21 131 57
Binary 11100010 1001010 1101 0 1000011 1011110 1011 10001 1011001 101111

Color Harmonies of #E24A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24A0D

Black with #E24A0D

Text Example


Text Example

White with #E24A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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