Html Css Color HEX #E0450B Persimmon

📋 copy color: '#E0450B'

red 224 ◦ green 69 ◦ blue 11

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

Shades of Persimmon #E0450B

Tints of Persimmon #E0450B

RGB

 RED value IS 224 (87.89% from 255) = 73.68%

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

 BLUE value IS 11 (4.69% from 255) = 3.62%

R = 73.68%
G = 22.7%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0450B (or 0xE0450B) is known color: Persimmon. HEX triplet: E0, 45 and 0B. RGB value is (224,69,11). Sum of RGB (Red+Green+Blue) = 224+69+11=304 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.68% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 224 - color contains mainly: red. Hex color #E0450B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0450B is #1FBAF4. Grayscale: #6D6D6D. Windows color (decimal): -2079477 or 738784. OLE color: 738784.

HSL color Cylindrical-coordinate representation of color #E0450B: hue angle of 16.34º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0450B is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 69 11 -
CMYK 0 0.69 0.95 0.12
HSL 16.34º 0.91% 0.46% -
HSV(B) 16.34º 0.95% 0.88% -
XYZ 32.93 20.13 2.47 -
YUV 108.73 72.85 210.22 -
System Red Green Blue C M Y K H S L
Decimal 224 69 11 0 0.69 0.95 0.12 16.34 0.91 0.46
Hex E0 45 B 0 45 5F C 10 5B 2E
Octal 340 105 13 0 105 137 14 20 133 56
Binary 11100000 1000101 1011 0 1000101 1011111 1100 10000 1011011 101110

Color Harmonies of #E0450B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0450B

Black with #E0450B

Text Example


Text Example

White with #E0450B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0450B; }

 p { color: rgb(224,69,11); }

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

background-color css

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

 a { background-color: rgb(224,69,11); }

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

border-color css

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

 span { border-color: rgb(224,69,11); }

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