Html Css Color HEX #E1610B Persimmon

📋 copy color: '#E1610B'

red 225 ◦ green 97 ◦ blue 11

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

Shades of Persimmon #E1610B

Tints of Persimmon #E1610B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.13%

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

R = 67.57%
G = 29.13%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1610B (or 0xE1610B) is known color: Persimmon. HEX triplet: E1, 61 and 0B. RGB value is (225,97,11). Sum of RGB (Red+Green+Blue) = 225+97+11=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E1610B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1610B is #1E9EF4. Grayscale: #7D7D7D. Windows color (decimal): -2006773 or 745953. OLE color: 745953.

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

Color convert

RGB 225 97 11 -
CMYK 0 0.57 0.95 0.12
HSL 24.11º 0.91% 0.46% -
HSV(B) 24.11º 0.95% 0.88% -
XYZ 35.39 24.58 3.2 -
YUV 125.47 63.41 198.99 -
System Red Green Blue C M Y K H S L
Decimal 225 97 11 0 0.57 0.95 0.12 24.11 0.91 0.46
Hex E1 61 B 0 39 5F C 18 5B 2E
Octal 341 141 13 0 71 137 14 30 133 56
Binary 11100001 1100001 1011 0 111001 1011111 1100 11000 1011011 101110

Color Harmonies of #E1610B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1610B

Black with #E1610B

Text Example


Text Example

White with #E1610B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1610B; }

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

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

background-color css

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

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

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

border-color css

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

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

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