Html Css Color HEX #E74C1A Persimmon

📋 copy color: '#E74C1A'

red 231 ◦ green 76 ◦ blue 26

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

Shades of Persimmon #E74C1A

Tints of Persimmon #E74C1A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.82%

 BLUE value IS 26 (10.55% from 255) = 7.81%

R = 69.37%
G = 22.82%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#E74C1A (or 0xE74C1A) is known color: Persimmon. HEX triplet: E7, 4C and 1A. RGB value is (231,76,26). Sum of RGB (Red+Green+Blue) = 231+76+26=333 (44% of max value = 765). Red value is 231 (90.62% from 255 or 69.37% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 231 - color contains mainly: red. Hex color #E74C1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74C1A is #18B3E5. Grayscale: #747474. Windows color (decimal): -1618918 or 1723623. OLE color: 1723623.

HSL color Cylindrical-coordinate representation of color #E74C1A: hue angle of 14.63º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E74C1A is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 76 26 -
CMYK 0 0.67 0.89 0.09
HSL 14.63º 0.81% 0.5% -
HSV(B) 14.63º 0.89% 0.91% -
XYZ 35.73 22.23 3.39 -
YUV 116.65 76.85 209.57 -
System Red Green Blue C M Y K H S L
Decimal 231 76 26 0 0.67 0.89 0.09 14.63 0.81 0.5
Hex E7 4C 1A 0 43 59 9 F 51 32
Octal 347 114 32 0 103 131 11 17 121 62
Binary 11100111 1001100 11010 0 1000011 1011001 1001 1111 1010001 110010

Color Harmonies of #E74C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74C1A

Black with #E74C1A

Text Example


Text Example

White with #E74C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74C1A; }

 p { color: rgb(231,76,26); }

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

background-color css

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

 a { background-color: rgb(231,76,26); }

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

border-color css

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

 span { border-color: rgb(231,76,26); }

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