Html Css Color HEX #E21702 Scarlet

📋 copy color: '#E21702'

red 226 ◦ green 23 ◦ blue 2

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

Shades of Scarlet #E21702

Tints of Scarlet #E21702

RGB

 RED value IS 226 (88.67% from 255) = 90.04%

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

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

R = 90.04%
G = 9.16%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E21702 (or 0xE21702) is known color: Scarlet. HEX triplet: E2, 17 and 02. RGB value is (226,23,2). Sum of RGB (Red+Green+Blue) = 226+23+2=251 (33% of max value = 765). Red value is 226 (88.67% from 255 or 90.04% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 226 - color contains mainly: red. Hex color #E21702 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E21702 is #1DE8FD. Grayscale: #515151. Windows color (decimal): -1960190 or 137186. OLE color: 137186.

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

Color convert

RGB 226 23 2 -
CMYK 0 0.90 0.99 0.11
HSL 5.63º 0.98% 0.45% -
HSV(B) 5.63º 0.99% 0.89% -
XYZ 31.68 16.79 1.63 -
YUV 81.3 83.25 231.21 -
System Red Green Blue C M Y K H S L
Decimal 226 23 2 0 0.90 0.99 0.11 5.63 0.98 0.45
Hex E2 17 2 0 5A 63 B 6 62 2D
Octal 342 27 2 0 132 143 13 6 142 55
Binary 11100010 10111 10 0 1011010 1100011 1011 110 1100010 101101

Color Harmonies of #E21702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21702

Black with #E21702

Text Example


Text Example

White with #E21702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21702; }

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

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

background-color css

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

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

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

border-color css

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

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

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