Html Css Color HEX #E3420D Persimmon

📋 copy color: '#E3420D'

red 227 ◦ green 66 ◦ blue 13

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

Shades of Persimmon #E3420D

Tints of Persimmon #E3420D

RGB

 RED value IS 227 (89.06% from 255) = 74.18%

 GREEN value IS 66 (26.17% from 255) = 21.57%

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

R = 74.18%
G = 21.57%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E3420D (or 0xE3420D) is known color: Persimmon. HEX triplet: E3, 42 and 0D. RGB value is (227,66,13). Sum of RGB (Red+Green+Blue) = 227+66+13=306 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.18% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 227 - color contains mainly: red. Hex color #E3420D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3420D is #1CBDF2. Grayscale: #6C6C6C. Windows color (decimal): -1883635 or 869091. OLE color: 869091.

HSL color Cylindrical-coordinate representation of color #E3420D: hue angle of 14.86º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E3420D is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 66 13 -
CMYK 0 0.71 0.94 0.11
HSL 14.86º 0.89% 0.47% -
HSV(B) 14.86º 0.94% 0.89% -
XYZ 33.7 20.26 2.51 -
YUV 108.1 74.34 212.81 -
System Red Green Blue C M Y K H S L
Decimal 227 66 13 0 0.71 0.94 0.11 14.86 0.89 0.47
Hex E3 42 D 0 47 5E B F 59 2F
Octal 343 102 15 0 107 136 13 17 131 57
Binary 11100011 1000010 1101 0 1000111 1011110 1011 1111 1011001 101111

Color Harmonies of #E3420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3420D

Black with #E3420D

Text Example


Text Example

White with #E3420D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3420D; }

 p { color: rgb(227,66,13); }

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

background-color css

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

 a { background-color: rgb(227,66,13); }

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

border-color css

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

 span { border-color: rgb(227,66,13); }

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