Html Css Color HEX #E11C02 Scarlet

📋 copy color: '#E11C02'

red 225 ◦ green 28 ◦ blue 2

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

Shades of Scarlet #E11C02

Tints of Scarlet #E11C02

RGB

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

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

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

R = 88.24%
G = 10.98%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E11C02 (or 0xE11C02) is known color: Scarlet. HEX triplet: E1, 1C and 02. RGB value is (225,28,2). Sum of RGB (Red+Green+Blue) = 225+28+2=255 (33% of max value = 765). Red value is 225 (88.28% from 255 or 88.24% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E11C02 is #1EE3FD. Grayscale: #545454. Windows color (decimal): -2024446 or 138465. OLE color: 138465.

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

Color convert

RGB 225 28 2 -
CMYK 0 0.88 0.99 0.12
HSL 0.98% 0.45% -
HSV(B) 0.99% 0.88% -
XYZ 31.48 16.84 1.65 -
YUV 83.94 81.77 228.61 -
System Red Green Blue C M Y K H S L
Decimal 225 28 2 0 0.88 0.99 0.12 7 0.98 0.45
Hex E1 1C 2 0 58 63 C 7 62 2D
Octal 341 34 2 0 130 143 14 7 142 55
Binary 11100001 11100 10 0 1011000 1100011 1100 111 1100010 101101

Color Harmonies of #E11C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11C02

Black with #E11C02

Text Example


Text Example

White with #E11C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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