Html Css Color HEX #E0610B Persimmon

📋 copy color: '#E0610B'

red 224 ◦ green 97 ◦ blue 11

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

Shades of Persimmon #E0610B

Tints of Persimmon #E0610B

RGB

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

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

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

R = 67.47%
G = 29.22%
B = 3.31%

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

#E0610B (or 0xE0610B) is known color: Persimmon. HEX triplet: E0, 61 and 0B. RGB value is (224,97,11). Sum of RGB (Red+Green+Blue) = 224+97+11=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 11 (4.69% from 255 or 3.31% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E0610B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0610B is #1F9EF4. Grayscale: #7D7D7D. Windows color (decimal): -2072309 or 745952. OLE color: 745952.

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

Color convert

RGB 224 97 11 -
CMYK 0 0.57 0.95 0.12
HSL 24.23º 0.91% 0.46% -
HSV(B) 24.23º 0.95% 0.88% -
XYZ 35.08 24.42 3.18 -
YUV 125.17 63.58 198.49 -
System Red Green Blue C M Y K H S L
Decimal 224 97 11 0 0.57 0.95 0.12 24.23 0.91 0.46
Hex E0 61 B 0 39 5F C 18 5B 2E
Octal 340 141 13 0 71 137 14 30 133 56
Binary 11100000 1100001 1011 0 111001 1011111 1100 11000 1011011 101110

Color Harmonies of #E0610B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0610B

Black with #E0610B

Text Example


Text Example

White with #E0610B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0610B; }

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

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

background-color css

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

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

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

border-color css

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

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

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