Html Css Color HEX #E3440A Persimmon

📋 copy color: '#E3440A'

red 227 ◦ green 68 ◦ blue 10

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

Shades of Persimmon #E3440A

Tints of Persimmon #E3440A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.3%

 BLUE value IS 10 (4.3% from 255) = 3.28%

R = 74.43%
G = 22.3%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E3440A (or 0xE3440A) is known color: Persimmon. HEX triplet: E3, 44 and 0A. RGB value is (227,68,10). Sum of RGB (Red+Green+Blue) = 227+68+10=305 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.43% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 227 - color contains mainly: red. Hex color #E3440A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3440A is #1CBBF5. Grayscale: #6D6D6D. Windows color (decimal): -1883126 or 672995. OLE color: 672995.

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

Color convert

RGB 227 68 10 -
CMYK 0 0.70 0.96 0.11
HSL 16.04º 0.92% 0.46% -
HSV(B) 16.04º 0.96% 0.89% -
XYZ 33.8 20.49 2.46 -
YUV 108.93 72.18 212.22 -
System Red Green Blue C M Y K H S L
Decimal 227 68 10 0 0.70 0.96 0.11 16.04 0.92 0.46
Hex E3 44 A 0 46 60 B 10 5C 2E
Octal 343 104 12 0 106 140 13 20 134 56
Binary 11100011 1000100 1010 0 1000110 1100000 1011 10000 1011100 101110

Color Harmonies of #E3440A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3440A

Black with #E3440A

Text Example


Text Example

White with #E3440A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3440A; }

 p { color: rgb(227,68,10); }

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

background-color css

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

 a { background-color: rgb(227,68,10); }

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

border-color css

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

 span { border-color: rgb(227,68,10); }

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