Html Css Color HEX #E74F0D Persimmon

📋 copy color: '#E74F0D'

red 231 ◦ green 79 ◦ blue 13

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

Shades of Persimmon #E74F0D

Tints of Persimmon #E74F0D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.46%

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

R = 71.52%
G = 24.46%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E74F0D (or 0xE74F0D) is known color: Persimmon. HEX triplet: E7, 4F and 0D. RGB value is (231,79,13). Sum of RGB (Red+Green+Blue) = 231+79+13=323 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.52% from 323); Green value is 79 (31.25% from 255 or 24.46% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 231 - color contains mainly: red. Hex color #E74F0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E74F0D is #18B0F2. Grayscale: #757575. Windows color (decimal): -1618163 or 872423. OLE color: 872423.

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

Color convert

RGB 231 79 13 -
CMYK 0 0.66 0.94 0.09
HSL 18.17º 0.89% 0.48% -
HSV(B) 18.17º 0.94% 0.91% -
XYZ 35.82 22.61 2.86 -
YUV 116.92 69.36 209.37 -
System Red Green Blue C M Y K H S L
Decimal 231 79 13 0 0.66 0.94 0.09 18.17 0.89 0.48
Hex E7 4F D 0 42 5E 9 12 59 30
Octal 347 117 15 0 102 136 11 22 131 60
Binary 11100111 1001111 1101 0 1000010 1011110 1001 10010 1011001 110000

Color Harmonies of #E74F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74F0D

Black with #E74F0D

Text Example


Text Example

White with #E74F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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