Html Css Color HEX #E44E1A Persimmon

📋 copy color: '#E44E1A'

red 228 ◦ green 78 ◦ blue 26

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

Shades of Persimmon #E44E1A

Tints of Persimmon #E44E1A

RGB

 RED value IS 228 (89.45% from 255) = 68.67%

 GREEN value IS 78 (30.86% from 255) = 23.49%

 BLUE value IS 26 (10.55% from 255) = 7.83%

R = 68.67%
G = 23.49%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E44E1A (or 0xE44E1A) is known color: Persimmon. HEX triplet: E4, 4E and 1A. RGB value is (228,78,26). Sum of RGB (Red+Green+Blue) = 228+78+26=332 (43% of max value = 765). Red value is 228 (89.45% from 255 or 68.67% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 228 - color contains mainly: red. Hex color #E44E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E44E1A is #1BB1E5. Grayscale: #757575. Windows color (decimal): -1815014 or 1724132. OLE color: 1724132.

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

Color convert

RGB 228 78 26 -
CMYK 0 0.66 0.89 0.11
HSL 15.45º 0.8% 0.5% -
HSV(B) 15.45º 0.89% 0.89% -
XYZ 34.91 22.02 3.39 -
YUV 116.92 76.7 207.23 -
System Red Green Blue C M Y K H S L
Decimal 228 78 26 0 0.66 0.89 0.11 15.45 0.8 0.5
Hex E4 4E 1A 0 42 59 B F 50 32
Octal 344 116 32 0 102 131 13 17 120 62
Binary 11100100 1001110 11010 0 1000010 1011001 1011 1111 1010000 110010

Color Harmonies of #E44E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44E1A

Black with #E44E1A

Text Example


Text Example

White with #E44E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44E1A; }

 p { color: rgb(228,78,26); }

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

background-color css

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

 a { background-color: rgb(228,78,26); }

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

border-color css

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

 span { border-color: rgb(228,78,26); }

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