Html Css Color HEX #E24C0D Persimmon

📋 copy color: '#E24C0D'

red 226 ◦ green 76 ◦ blue 13

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

Shades of Persimmon #E24C0D

Tints of Persimmon #E24C0D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.13%

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

R = 71.75%
G = 24.13%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E24C0D (or 0xE24C0D) is known color: Persimmon. HEX triplet: E2, 4C and 0D. RGB value is (226,76,13). Sum of RGB (Red+Green+Blue) = 226+76+13=315 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.75% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 226 - color contains mainly: red. Hex color #E24C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24C0D is #1DB3F2. Grayscale: #727272. Windows color (decimal): -1946611 or 871650. OLE color: 871650.

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

Color convert

RGB 226 76 13 -
CMYK 0 0.66 0.94 0.11
HSL 17.75º 0.89% 0.47% -
HSV(B) 17.75º 0.94% 0.89% -
XYZ 34.02 21.37 2.71 -
YUV 113.67 71.2 208.12 -
System Red Green Blue C M Y K H S L
Decimal 226 76 13 0 0.66 0.94 0.11 17.75 0.89 0.47
Hex E2 4C D 0 42 5E B 12 59 2F
Octal 342 114 15 0 102 136 13 22 131 57
Binary 11100010 1001100 1101 0 1000010 1011110 1011 10010 1011001 101111

Color Harmonies of #E24C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24C0D

Black with #E24C0D

Text Example


Text Example

White with #E24C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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