Html Css Color HEX #E0440B Persimmon

📋 copy color: '#E0440B'

red 224 ◦ green 68 ◦ blue 11

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

Shades of Persimmon #E0440B

Tints of Persimmon #E0440B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.44%

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

R = 73.93%
G = 22.44%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0440B (or 0xE0440B) is known color: Persimmon. HEX triplet: E0, 44 and 0B. RGB value is (224,68,11). Sum of RGB (Red+Green+Blue) = 224+68+11=303 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.93% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 224 - color contains mainly: red. Hex color #E0440B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0440B is #1FBBF4. Grayscale: #6C6C6C. Windows color (decimal): -2079733 or 738528. OLE color: 738528.

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

Color convert

RGB 224 68 11 -
CMYK 0 0.70 0.95 0.12
HSL 16.06º 0.91% 0.46% -
HSV(B) 16.06º 0.95% 0.88% -
XYZ 32.87 20.01 2.45 -
YUV 108.15 73.18 210.63 -
System Red Green Blue C M Y K H S L
Decimal 224 68 11 0 0.70 0.95 0.12 16.06 0.91 0.46
Hex E0 44 B 0 46 5F C 10 5B 2E
Octal 340 104 13 0 106 137 14 20 133 56
Binary 11100000 1000100 1011 0 1000110 1011111 1100 10000 1011011 101110

Color Harmonies of #E0440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0440B

Black with #E0440B

Text Example


Text Example

White with #E0440B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0440B; }

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

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

background-color css

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

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

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

border-color css

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

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

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