Html Css Color HEX #E0480B Persimmon

📋 copy color: '#E0480B'

red 224 ◦ green 72 ◦ blue 11

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

Shades of Persimmon #E0480B

Tints of Persimmon #E0480B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.45%

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

R = 72.96%
G = 23.45%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0480B (or 0xE0480B) is known color: Persimmon. HEX triplet: E0, 48 and 0B. RGB value is (224,72,11). Sum of RGB (Red+Green+Blue) = 224+72+11=307 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.96% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 224 - color contains mainly: red. Hex color #E0480B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0480B is #1FB7F4. Grayscale: #6E6E6E. Windows color (decimal): -2078709 or 739552. OLE color: 739552.

HSL color Cylindrical-coordinate representation of color #E0480B: hue angle of 17.18º 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 #E0480B is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 72 11 -
CMYK 0 0.68 0.95 0.12
HSL 17.18º 0.91% 0.46% -
HSV(B) 17.18º 0.95% 0.88% -
XYZ 33.12 20.51 2.53 -
YUV 110.49 71.86 208.96 -
System Red Green Blue C M Y K H S L
Decimal 224 72 11 0 0.68 0.95 0.12 17.18 0.91 0.46
Hex E0 48 B 0 44 5F C 11 5B 2E
Octal 340 110 13 0 104 137 14 21 133 56
Binary 11100000 1001000 1011 0 1000100 1011111 1100 10001 1011011 101110

Color Harmonies of #E0480B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0480B

Black with #E0480B

Text Example


Text Example

White with #E0480B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0480B; }

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

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

background-color css

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

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

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

border-color css

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

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

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