Html Css Color HEX #E41D02 Scarlet

📋 copy color: '#E41D02'

red 228 ◦ green 29 ◦ blue 2

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

Shades of Scarlet #E41D02

Tints of Scarlet #E41D02

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.2%

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

R = 88.03%
G = 11.2%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E41D02 (or 0xE41D02) is known color: Scarlet. HEX triplet: E4, 1D and 02. RGB value is (228,29,2). Sum of RGB (Red+Green+Blue) = 228+29+2=259 (34% of max value = 765). Red value is 228 (89.45% from 255 or 88.03% from 259); Green value is 29 (11.72% from 255 or 11.20% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 228 - color contains mainly: red. Hex color #E41D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E41D02 is #1BE2FD. Grayscale: #555555. Windows color (decimal): -1827582 or 138724. OLE color: 138724.

HSL color Cylindrical-coordinate representation of color #E41D02: hue angle of 7.17º 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 #E41D02 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 29 2 -
CMYK 0 0.87 0.99 0.11
HSL 7.17º 0.98% 0.45% -
HSV(B) 7.17º 0.99% 0.89% -
XYZ 32.45 17.38 1.7 -
YUV 85.42 80.93 229.7 -
System Red Green Blue C M Y K H S L
Decimal 228 29 2 0 0.87 0.99 0.11 7.17 0.98 0.45
Hex E4 1D 2 0 57 63 B 7 62 2D
Octal 344 35 2 0 127 143 13 7 142 55
Binary 11100100 11101 10 0 1010111 1100011 1011 111 1100010 101101

Color Harmonies of #E41D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41D02

Black with #E41D02

Text Example


Text Example

White with #E41D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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