Html Css Color HEX #E75C0D Persimmon

📋 copy color: '#E75C0D'

red 231 ◦ green 92 ◦ blue 13

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

Shades of Persimmon #E75C0D

Tints of Persimmon #E75C0D

RGB

 RED value IS 231 (90.63% from 255) = 68.75%

 GREEN value IS 92 (36.33% from 255) = 27.38%

 BLUE value IS 13 (5.47% from 255) = 3.87%

R = 68.75%
G = 27.38%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E75C0D (or 0xE75C0D) is known color: Persimmon. HEX triplet: E7, 5C and 0D. RGB value is (231,92,13). Sum of RGB (Red+Green+Blue) = 231+92+13=336 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.75% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 231 - color contains mainly: red. Hex color #E75C0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75C0D is #18A3F2. Grayscale: #7D7D7D. Windows color (decimal): -1614835 or 875751. OLE color: 875751.

HSL color Cylindrical-coordinate representation of color #E75C0D: hue angle of 21.74º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E75C0D is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 92 13 -
CMYK 0 0.60 0.94 0.09
HSL 21.74º 0.89% 0.48% -
HSV(B) 21.74º 0.94% 0.91% -
XYZ 36.85 24.67 3.2 -
YUV 124.56 65.05 203.92 -
System Red Green Blue C M Y K H S L
Decimal 231 92 13 0 0.60 0.94 0.09 21.74 0.89 0.48
Hex E7 5C D 0 3C 5E 9 16 59 30
Octal 347 134 15 0 74 136 11 26 131 60
Binary 11100111 1011100 1101 0 111100 1011110 1001 10110 1011001 110000

Color Harmonies of #E75C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75C0D

Black with #E75C0D

Text Example


Text Example

White with #E75C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75C0D; }

 p { color: rgb(231,92,13); }

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

background-color css

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

 a { background-color: rgb(231,92,13); }

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

border-color css

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

 span { border-color: rgb(231,92,13); }

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