Html Css Color HEX #E74F0F Persimmon

📋 copy color: '#E74F0F'

red 231 ◦ green 79 ◦ blue 15

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

Shades of Persimmon #E74F0F

Tints of Persimmon #E74F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.62%

R = 71.08%
G = 24.31%
B = 4.62%

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

#E74F0F (or 0xE74F0F) is known color: Persimmon. HEX triplet: E7, 4F and 0F. RGB value is (231,79,15). Sum of RGB (Red+Green+Blue) = 231+79+15=325 (43% of max value = 765). Red value is 231 (90.62% from 255 or 71.08% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 231 - color contains mainly: red. Hex color #E74F0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E74F0F is #18B0F0. Grayscale: #757575. Windows color (decimal): -1618161 or 1003495. OLE color: 1003495.

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

Color convert

RGB 231 79 15 -
CMYK 0 0.66 0.94 0.09
HSL 17.78º 0.88% 0.48% -
HSV(B) 17.78º 0.94% 0.91% -
XYZ 35.84 22.62 2.93 -
YUV 117.15 70.36 209.2 -
System Red Green Blue C M Y K H S L
Decimal 231 79 15 0 0.66 0.94 0.09 17.78 0.88 0.48
Hex E7 4F F 0 42 5E 9 12 58 30
Octal 347 117 17 0 102 136 11 22 130 60
Binary 11100111 1001111 1111 0 1000010 1011110 1001 10010 1011000 110000

Color Harmonies of #E74F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74F0F

Black with #E74F0F

Text Example


Text Example

White with #E74F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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