Html Css Color HEX #E3420C Persimmon

📋 copy color: '#E3420C'

red 227 ◦ green 66 ◦ blue 12

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

Shades of Persimmon #E3420C

Tints of Persimmon #E3420C

RGB

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

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

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

R = 74.43%
G = 21.64%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E3420C (or 0xE3420C) is known color: Persimmon. HEX triplet: E3, 42 and 0C. RGB value is (227,66,12). Sum of RGB (Red+Green+Blue) = 227+66+12=305 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.43% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 227 - color contains mainly: red. Hex color #E3420C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3420C is #1CBDF3. Grayscale: #6C6C6C. Windows color (decimal): -1883636 or 803555. OLE color: 803555.

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

Color convert

RGB 227 66 12 -
CMYK 0 0.71 0.95 0.11
HSL 15.07º 0.9% 0.47% -
HSV(B) 15.07º 0.95% 0.89% -
XYZ 33.69 20.25 2.48 -
YUV 107.98 73.84 212.89 -
System Red Green Blue C M Y K H S L
Decimal 227 66 12 0 0.71 0.95 0.11 15.07 0.9 0.47
Hex E3 42 C 0 47 5F B F 5A 2F
Octal 343 102 14 0 107 137 13 17 132 57
Binary 11100011 1000010 1100 0 1000111 1011111 1011 1111 1011010 101111

Color Harmonies of #E3420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3420C

Black with #E3420C

Text Example


Text Example

White with #E3420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3420C; }

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

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

background-color css

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

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

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

border-color css

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

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

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