Html Css Color HEX #E1440B Persimmon

📋 copy color: '#E1440B'

red 225 ◦ green 68 ◦ blue 11

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

Shades of Persimmon #E1440B

Tints of Persimmon #E1440B

RGB

 RED value IS 225 (88.28% from 255) = 74.01%

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

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

R = 74.01%
G = 22.37%
B = 3.62%

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

#E1440B (or 0xE1440B) is known color: Persimmon. HEX triplet: E1, 44 and 0B. RGB value is (225,68,11). Sum of RGB (Red+Green+Blue) = 225+68+11=304 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.01% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 225 - color contains mainly: red. Hex color #E1440B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1440B is #1EBBF4. Grayscale: #6C6C6C. Windows color (decimal): -2014197 or 738529. OLE color: 738529.

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

Color convert

RGB 225 68 11 -
CMYK 0 0.70 0.95 0.12
HSL 15.98º 0.91% 0.46% -
HSV(B) 15.98º 0.95% 0.88% -
XYZ 33.18 20.17 2.46 -
YUV 108.45 73.01 211.13 -
System Red Green Blue C M Y K H S L
Decimal 225 68 11 0 0.70 0.95 0.12 15.98 0.91 0.46
Hex E1 44 B 0 46 5F C 10 5B 2E
Octal 341 104 13 0 106 137 14 20 133 56
Binary 11100001 1000100 1011 0 1000110 1011111 1100 10000 1011011 101110

Color Harmonies of #E1440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1440B

Black with #E1440B

Text Example


Text Example

White with #E1440B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1440B; }

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

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

background-color css

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

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

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

border-color css

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

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

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