Html Css Color HEX #E74F0C Persimmon

📋 copy color: '#E74F0C'

red 231 ◦ green 79 ◦ blue 12

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

Shades of Persimmon #E74F0C

Tints of Persimmon #E74F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.73%

R = 71.74%
G = 24.53%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E74F0C (or 0xE74F0C) is known color: Persimmon. HEX triplet: E7, 4F and 0C. RGB value is (231,79,12). Sum of RGB (Red+Green+Blue) = 231+79+12=322 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.74% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 231 - color contains mainly: red. Hex color #E74F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E74F0C is #18B0F3. Grayscale: #757575. Windows color (decimal): -1618164 or 806887. OLE color: 806887.

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

Color convert

RGB 231 79 12 -
CMYK 0 0.66 0.95 0.09
HSL 18.36º 0.9% 0.48% -
HSV(B) 18.36º 0.95% 0.91% -
XYZ 35.82 22.61 2.82 -
YUV 116.81 68.86 209.45 -
System Red Green Blue C M Y K H S L
Decimal 231 79 12 0 0.66 0.95 0.09 18.36 0.9 0.48
Hex E7 4F C 0 42 5F 9 12 5A 30
Octal 347 117 14 0 102 137 11 22 132 60
Binary 11100111 1001111 1100 0 1000010 1011111 1001 10010 1011010 110000

Color Harmonies of #E74F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74F0C

Black with #E74F0C

Text Example


Text Example

White with #E74F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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