Html Css Color HEX #E41C06 Scarlet

📋 copy color: '#E41C06'

red 228 ◦ green 28 ◦ blue 6

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

Shades of Scarlet #E41C06

Tints of Scarlet #E41C06

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.69%

 BLUE value IS 6 (2.73% from 255) = 2.29%

R = 87.02%
G = 10.69%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#E41C06 (or 0xE41C06) is known color: Scarlet. HEX triplet: E4, 1C and 06. RGB value is (228,28,6). Sum of RGB (Red+Green+Blue) = 228+28+6=262 (34% of max value = 765). Red value is 228 (89.45% from 255 or 87.02% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 228 - color contains mainly: red. Hex color #E41C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E41C06 is #1BE3F9. Grayscale: #555555. Windows color (decimal): -1827834 or 400612. OLE color: 400612.

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

Color convert

RGB 228 28 6 -
CMYK 0 0.88 0.97 0.11
HSL 5.95º 0.95% 0.46% -
HSV(B) 5.95º 0.97% 0.89% -
XYZ 32.44 17.34 1.81 -
YUV 85.29 83.26 229.79 -
System Red Green Blue C M Y K H S L
Decimal 228 28 6 0 0.88 0.97 0.11 5.95 0.95 0.46
Hex E4 1C 6 0 58 61 B 6 5F 2E
Octal 344 34 6 0 130 141 13 6 137 56
Binary 11100100 11100 110 0 1011000 1100001 1011 110 1011111 101110

Color Harmonies of #E41C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41C06

Black with #E41C06

Text Example


Text Example

White with #E41C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41C06; }

 p { color: rgb(228,28,6); }

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

background-color css

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

 a { background-color: rgb(228,28,6); }

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

border-color css

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

 span { border-color: rgb(228,28,6); }

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