Html Css Color HEX #E11D02 Scarlet

📋 copy color: '#E11D02'

red 225 ◦ green 29 ◦ blue 2

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

Shades of Scarlet #E11D02

Tints of Scarlet #E11D02

RGB

 RED value IS 225 (88.28% from 255) = 87.89%

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

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

R = 87.89%
G = 11.33%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E11D02 (or 0xE11D02) is known color: Scarlet. HEX triplet: E1, 1D and 02. RGB value is (225,29,2). Sum of RGB (Red+Green+Blue) = 225+29+2=256 (33% of max value = 765). Red value is 225 (88.28% from 255 or 87.89% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11D02 is #1EE2FD. Grayscale: #545454. Windows color (decimal): -2024190 or 138721. OLE color: 138721.

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

Color convert

RGB 225 29 2 -
CMYK 0 0.87 0.99 0.12
HSL 7.26º 0.98% 0.45% -
HSV(B) 7.26º 0.99% 0.88% -
XYZ 31.5 16.89 1.66 -
YUV 84.53 81.43 228.2 -
System Red Green Blue C M Y K H S L
Decimal 225 29 2 0 0.87 0.99 0.12 7.26 0.98 0.45
Hex E1 1D 2 0 57 63 C 7 62 2D
Octal 341 35 2 0 127 143 14 7 142 55
Binary 11100001 11101 10 0 1010111 1100011 1100 111 1100010 101101

Color Harmonies of #E11D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11D02

Black with #E11D02

Text Example


Text Example

White with #E11D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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