Html Css Color HEX #E7450D Persimmon

📋 copy color: '#E7450D'

red 231 ◦ green 69 ◦ blue 13

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

Shades of Persimmon #E7450D

Tints of Persimmon #E7450D

RGB

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

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

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

R = 73.8%
G = 22.04%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E7450D (or 0xE7450D) is known color: Persimmon. HEX triplet: E7, 45 and 0D. RGB value is (231,69,13). Sum of RGB (Red+Green+Blue) = 231+69+13=313 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.80% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 231 - color contains mainly: red. Hex color #E7450D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7450D is #18BAF2. Grayscale: #6F6F6F. Windows color (decimal): -1620723 or 869863. OLE color: 869863.

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

Color convert

RGB 231 69 13 -
CMYK 0 0.70 0.94 0.09
HSL 15.41º 0.89% 0.48% -
HSV(B) 15.41º 0.94% 0.91% -
XYZ 35.16 21.27 2.63 -
YUV 111.05 72.67 213.55 -
System Red Green Blue C M Y K H S L
Decimal 231 69 13 0 0.70 0.94 0.09 15.41 0.89 0.48
Hex E7 45 D 0 46 5E 9 F 59 30
Octal 347 105 15 0 106 136 11 17 131 60
Binary 11100111 1000101 1101 0 1000110 1011110 1001 1111 1011001 110000

Color Harmonies of #E7450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7450D

Black with #E7450D

Text Example


Text Example

White with #E7450D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7450D; }

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

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

background-color css

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

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

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

border-color css

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

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

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