Html Css Color HEX #E74A0D Persimmon

📋 copy color: '#E74A0D'

red 231 ◦ green 74 ◦ blue 13

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

Shades of Persimmon #E74A0D

Tints of Persimmon #E74A0D

RGB

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

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

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

R = 72.64%
G = 23.27%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E74A0D (or 0xE74A0D) is known color: Persimmon. HEX triplet: E7, 4A and 0D. RGB value is (231,74,13). Sum of RGB (Red+Green+Blue) = 231+74+13=318 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.64% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 231 - color contains mainly: red. Hex color #E74A0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74A0D is #18B5F2. Grayscale: #727272. Windows color (decimal): -1619443 or 871143. OLE color: 871143.

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

Color convert

RGB 231 74 13 -
CMYK 0 0.68 0.94 0.09
HSL 16.79º 0.89% 0.48% -
HSV(B) 16.79º 0.94% 0.91% -
XYZ 35.48 21.92 2.74 -
YUV 113.99 71.01 211.46 -
System Red Green Blue C M Y K H S L
Decimal 231 74 13 0 0.68 0.94 0.09 16.79 0.89 0.48
Hex E7 4A D 0 44 5E 9 11 59 30
Octal 347 112 15 0 104 136 11 21 131 60
Binary 11100111 1001010 1101 0 1000100 1011110 1001 10001 1011001 110000

Color Harmonies of #E74A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74A0D

Black with #E74A0D

Text Example


Text Example

White with #E74A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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