Html Css Color HEX #E22701 Scarlet

📋 copy color: '#E22701'

red 226 ◦ green 39 ◦ blue 1

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

Shades of Scarlet #E22701

Tints of Scarlet #E22701

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.66%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 84.96%
G = 14.66%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#E22701 (or 0xE22701) is known color: Scarlet. HEX triplet: E2, 27 and 01. RGB value is (226,39,1). Sum of RGB (Red+Green+Blue) = 226+39+1=266 (35% of max value = 765). Red value is 226 (88.67% from 255 or 84.96% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 226 - color contains mainly: red. Hex color #E22701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22701 is #1DD8FE. Grayscale: #5A5A5A. Windows color (decimal): -1956095 or 75746. OLE color: 75746.

HSL color Cylindrical-coordinate representation of color #E22701: hue angle of 10.13º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E22701 is Cyan = 0, Magento = 0.83, Yellow = 1.00 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 39 1 -
CMYK 0 0.83 1.00 0.11
HSL 10.13º 0.99% 0.45% -
HSV(B) 10.13º 1% 0.89% -
XYZ 32.1 17.62 1.74 -
YUV 90.58 77.45 224.59 -
System Red Green Blue C M Y K H S L
Decimal 226 39 1 0 0.83 1.00 0.11 10.13 0.99 0.45
Hex E2 27 1 0 53 64 B A 63 2D
Octal 342 47 1 0 123 144 13 12 143 55
Binary 11100010 100111 1 0 1010011 1100100 1011 1010 1100011 101101

Color Harmonies of #E22701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22701

Black with #E22701

Text Example


Text Example

White with #E22701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22701; }

 p { color: rgb(226,39,1); }

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

background-color css

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

 a { background-color: rgb(226,39,1); }

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

border-color css

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

 span { border-color: rgb(226,39,1); }

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