Html Css Color HEX #E74413 Persimmon

📋 copy color: '#E74413'

red 231 ◦ green 68 ◦ blue 19

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

Shades of Persimmon #E74413

Tints of Persimmon #E74413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.38%

 BLUE value IS 19 (7.81% from 255) = 5.97%

R = 72.64%
G = 21.38%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E74413 (or 0xE74413) is known color: Persimmon. HEX triplet: E7, 44 and 13. RGB value is (231,68,19). Sum of RGB (Red+Green+Blue) = 231+68+19=318 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.64% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 231 - color contains mainly: red. Hex color #E74413 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74413 is #18BBEC. Grayscale: #6F6F6F. Windows color (decimal): -1620973 or 1262823. OLE color: 1262823.

HSL color Cylindrical-coordinate representation of color #E74413: hue angle of 13.87º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E74413 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 68 19 -
CMYK 0 0.71 0.92 0.09
HSL 13.87º 0.85% 0.49% -
HSV(B) 13.87º 0.92% 0.91% -
XYZ 35.14 21.17 2.85 -
YUV 111.15 76 213.48 -
System Red Green Blue C M Y K H S L
Decimal 231 68 19 0 0.71 0.92 0.09 13.87 0.85 0.49
Hex E7 44 13 0 47 5C 9 E 55 31
Octal 347 104 23 0 107 134 11 16 125 61
Binary 11100111 1000100 10011 0 1000111 1011100 1001 1110 1010101 110001

Color Harmonies of #E74413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74413

Black with #E74413

Text Example


Text Example

White with #E74413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74413; }

 p { color: rgb(231,68,19); }

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

background-color css

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

 a { background-color: rgb(231,68,19); }

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

border-color css

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

 span { border-color: rgb(231,68,19); }

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