Html Css Color HEX #E34505 Persimmon

📋 copy color: '#E34505'

red 227 ◦ green 69 ◦ blue 5

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

Shades of Persimmon #E34505

Tints of Persimmon #E34505

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.92%

 BLUE value IS 5 (2.34% from 255) = 1.66%

R = 75.42%
G = 22.92%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E34505 (or 0xE34505) is known color: Persimmon. HEX triplet: E3, 45 and 05. RGB value is (227,69,5). Sum of RGB (Red+Green+Blue) = 227+69+5=301 (39% of max value = 765). Red value is 227 (89.06% from 255 or 75.42% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 227 - color contains mainly: red. Hex color #E34505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34505 is #1CBAFA. Grayscale: #6D6D6D. Windows color (decimal): -1882875 or 345571. OLE color: 345571.

HSL color Cylindrical-coordinate representation of color #E34505: hue angle of 17.3º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E34505 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 69 5 -
CMYK 0 0.70 0.98 0.11
HSL 17.3º 0.96% 0.45% -
HSV(B) 17.3º 0.98% 0.89% -
XYZ 33.83 20.6 2.34 -
YUV 108.95 69.35 212.2 -
System Red Green Blue C M Y K H S L
Decimal 227 69 5 0 0.70 0.98 0.11 17.3 0.96 0.45
Hex E3 45 5 0 46 62 B 11 60 2D
Octal 343 105 5 0 106 142 13 21 140 55
Binary 11100011 1000101 101 0 1000110 1100010 1011 10001 1100000 101101

Color Harmonies of #E34505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34505

Black with #E34505

Text Example


Text Example

White with #E34505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34505; }

 p { color: rgb(227,69,5); }

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

background-color css

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

 a { background-color: rgb(227,69,5); }

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

border-color css

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

 span { border-color: rgb(227,69,5); }

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