Html Css Color HEX #E41A0F Scarlet

📋 copy color: '#E41A0F'

red 228 ◦ green 26 ◦ blue 15

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

Shades of Scarlet #E41A0F

Tints of Scarlet #E41A0F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.67%

 BLUE value IS 15 (6.25% from 255) = 5.58%

R = 84.76%
G = 9.67%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E41A0F (or 0xE41A0F) is known color: Scarlet. HEX triplet: E4, 1A and 0F. RGB value is (228,26,15). Sum of RGB (Red+Green+Blue) = 228+26+15=269 (35% of max value = 765). Red value is 228 (89.45% from 255 or 84.76% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 228 - color contains mainly: red. Hex color #E41A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E41A0F is #1BE5F0. Grayscale: #555555. Windows color (decimal): -1828337 or 989924. OLE color: 989924.

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

Color convert

RGB 228 26 15 -
CMYK 0 0.89 0.93 0.11
HSL 3.1º 0.88% 0.48% -
HSV(B) 3.1º 0.93% 0.89% -
XYZ 32.45 17.27 2.07 -
YUV 85.14 88.42 229.89 -
System Red Green Blue C M Y K H S L
Decimal 228 26 15 0 0.89 0.93 0.11 3.1 0.88 0.48
Hex E4 1A F 0 59 5D B 3 58 30
Octal 344 32 17 0 131 135 13 3 130 60
Binary 11100100 11010 1111 0 1011001 1011101 1011 11 1011000 110000

Color Harmonies of #E41A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41A0F

Black with #E41A0F

Text Example


Text Example

White with #E41A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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