Html Css Color HEX #E41F02 Scarlet

📋 copy color: '#E41F02'

red 228 ◦ green 31 ◦ blue 2

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

Shades of Scarlet #E41F02

Tints of Scarlet #E41F02

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.88%

 BLUE value IS 2 (1.17% from 255) = 0.77%

R = 87.36%
G = 11.88%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E41F02 (or 0xE41F02) is known color: Scarlet. HEX triplet: E4, 1F and 02. RGB value is (228,31,2). Sum of RGB (Red+Green+Blue) = 228+31+2=261 (34% of max value = 765). Red value is 228 (89.45% from 255 or 87.36% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 228 - color contains mainly: red. Hex color #E41F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E41F02 is #1BE0FD. Grayscale: #565656. Windows color (decimal): -1827070 or 139236. OLE color: 139236.

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

Color convert

RGB 228 31 2 -
CMYK 0 0.86 0.99 0.11
HSL 7.7º 0.98% 0.45% -
HSV(B) 7.7º 0.99% 0.89% -
XYZ 32.5 17.48 1.72 -
YUV 86.6 80.27 228.86 -
System Red Green Blue C M Y K H S L
Decimal 228 31 2 0 0.86 0.99 0.11 7.7 0.98 0.45
Hex E4 1F 2 0 56 63 B 8 62 2D
Octal 344 37 2 0 126 143 13 10 142 55
Binary 11100100 11111 10 0 1010110 1100011 1011 1000 1100010 101101

Color Harmonies of #E41F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41F02

Black with #E41F02

Text Example


Text Example

White with #E41F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41F02; }

 p { color: rgb(228,31,2); }

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

background-color css

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

 a { background-color: rgb(228,31,2); }

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

border-color css

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

 span { border-color: rgb(228,31,2); }

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