Html Css Color HEX #E11702 Scarlet

📋 copy color: '#E11702'

red 225 ◦ green 23 ◦ blue 2

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

Shades of Scarlet #E11702

Tints of Scarlet #E11702

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.2%

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

R = 90%
G = 9.2%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E11702 (or 0xE11702) is known color: Scarlet. HEX triplet: E1, 17 and 02. RGB value is (225,23,2). Sum of RGB (Red+Green+Blue) = 225+23+2=250 (33% of max value = 765). Red value is 225 (88.28% from 255 or 90% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 225 - color contains mainly: red. Hex color #E11702 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11702 is #1EE8FD. Grayscale: #515151. Windows color (decimal): -2025726 or 137185. OLE color: 137185.

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

Color convert

RGB 225 23 2 -
CMYK 0 0.90 0.99 0.12
HSL 5.65º 0.98% 0.45% -
HSV(B) 5.65º 0.99% 0.88% -
XYZ 31.37 16.62 1.61 -
YUV 81 83.42 230.71 -
System Red Green Blue C M Y K H S L
Decimal 225 23 2 0 0.90 0.99 0.12 5.65 0.98 0.45
Hex E1 17 2 0 5A 63 C 6 62 2D
Octal 341 27 2 0 132 143 14 6 142 55
Binary 11100001 10111 10 0 1011010 1100011 1100 110 1100010 101101

Color Harmonies of #E11702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11702

Black with #E11702

Text Example


Text Example

White with #E11702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11702; }

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

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

background-color css

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

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

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

border-color css

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

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

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