Html Css Color HEX #E34C16 Persimmon

📋 copy color: '#E34C16'

red 227 ◦ green 76 ◦ blue 22

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

Shades of Persimmon #E34C16

Tints of Persimmon #E34C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.77%

R = 69.85%
G = 23.38%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E34C16 (or 0xE34C16) is known color: Persimmon. HEX triplet: E3, 4C and 16. RGB value is (227,76,22). Sum of RGB (Red+Green+Blue) = 227+76+22=325 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.85% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 227 - color contains mainly: red. Hex color #E34C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34C16 is #1CB3E9. Grayscale: #737373. Windows color (decimal): -1881066 or 1461475. OLE color: 1461475.

HSL color Cylindrical-coordinate representation of color #E34C16: hue angle of 15.8º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E34C16 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 76 22 -
CMYK 0 0.67 0.90 0.11
HSL 15.8º 0.82% 0.49% -
HSV(B) 15.8º 0.9% 0.89% -
XYZ 34.41 21.56 3.11 -
YUV 114.99 75.53 207.89 -
System Red Green Blue C M Y K H S L
Decimal 227 76 22 0 0.67 0.90 0.11 15.8 0.82 0.49
Hex E3 4C 16 0 43 5A B 10 52 31
Octal 343 114 26 0 103 132 13 20 122 61
Binary 11100011 1001100 10110 0 1000011 1011010 1011 10000 1010010 110001

Color Harmonies of #E34C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34C16

Black with #E34C16

Text Example


Text Example

White with #E34C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34C16; }

 p { color: rgb(227,76,22); }

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

background-color css

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

 a { background-color: rgb(227,76,22); }

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

border-color css

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

 span { border-color: rgb(227,76,22); }

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