Html Css Color HEX #E74A0B Persimmon

📋 copy color: '#E74A0B'

red 231 ◦ green 74 ◦ blue 11

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

Shades of Persimmon #E74A0B

Tints of Persimmon #E74A0B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.42%

 BLUE value IS 11 (4.69% from 255) = 3.48%

R = 73.1%
G = 23.42%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E74A0B (or 0xE74A0B) is known color: Persimmon. HEX triplet: E7, 4A and 0B. RGB value is (231,74,11). Sum of RGB (Red+Green+Blue) = 231+74+11=316 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.10% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 231 - color contains mainly: red. Hex color #E74A0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74A0B is #18B5F4. Grayscale: #727272. Windows color (decimal): -1619445 or 740071. OLE color: 740071.

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

Color convert

RGB 231 74 11 -
CMYK 0 0.68 0.95 0.09
HSL 17.18º 0.91% 0.47% -
HSV(B) 17.18º 0.95% 0.91% -
XYZ 35.46 21.91 2.68 -
YUV 113.76 70.01 211.62 -
System Red Green Blue C M Y K H S L
Decimal 231 74 11 0 0.68 0.95 0.09 17.18 0.91 0.47
Hex E7 4A B 0 44 5F 9 11 5B 2F
Octal 347 112 13 0 104 137 11 21 133 57
Binary 11100111 1001010 1011 0 1000100 1011111 1001 10001 1011011 101111

Color Harmonies of #E74A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74A0B

Black with #E74A0B

Text Example


Text Example

White with #E74A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74A0B; }

 p { color: rgb(231,74,11); }

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

background-color css

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

 a { background-color: rgb(231,74,11); }

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

border-color css

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

 span { border-color: rgb(231,74,11); }

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