Html Css Color HEX #E1450B Persimmon

📋 copy color: '#E1450B'

red 225 ◦ green 69 ◦ blue 11

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

Shades of Persimmon #E1450B

Tints of Persimmon #E1450B

RGB

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

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

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

R = 73.77%
G = 22.62%
B = 3.61%

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

#E1450B (or 0xE1450B) is known color: Persimmon. HEX triplet: E1, 45 and 0B. RGB value is (225,69,11). Sum of RGB (Red+Green+Blue) = 225+69+11=305 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.77% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 225 - color contains mainly: red. Hex color #E1450B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1450B is #1EBAF4. Grayscale: #6D6D6D. Windows color (decimal): -2013941 or 738785. OLE color: 738785.

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

Color convert

RGB 225 69 11 -
CMYK 0 0.69 0.95 0.12
HSL 16.26º 0.91% 0.46% -
HSV(B) 16.26º 0.95% 0.88% -
XYZ 33.24 20.29 2.48 -
YUV 109.03 72.68 210.72 -
System Red Green Blue C M Y K H S L
Decimal 225 69 11 0 0.69 0.95 0.12 16.26 0.91 0.46
Hex E1 45 B 0 45 5F C 10 5B 2E
Octal 341 105 13 0 105 137 14 20 133 56
Binary 11100001 1000101 1011 0 1000101 1011111 1100 10000 1011011 101110

Color Harmonies of #E1450B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1450B

Black with #E1450B

Text Example


Text Example

White with #E1450B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1450B; }

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

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

background-color css

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

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

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

border-color css

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

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

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