Html Css Color HEX #E22C01 Scarlet

📋 copy color: '#E22C01'

red 226 ◦ green 44 ◦ blue 1

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

Shades of Scarlet #E22C01

Tints of Scarlet #E22C01

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.24%

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

R = 83.39%
G = 16.24%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#E22C01 (or 0xE22C01) is known color: Scarlet. HEX triplet: E2, 2C and 01. RGB value is (226,44,1). Sum of RGB (Red+Green+Blue) = 226+44+1=271 (35% of max value = 765). Red value is 226 (88.67% from 255 or 83.39% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 226 - color contains mainly: red. Hex color #E22C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E22C01 is #1DD3FE. Grayscale: #5D5D5D. Windows color (decimal): -1954815 or 77026. OLE color: 77026.

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

Color convert

RGB 226 44 1 -
CMYK 0 0.81 1.00 0.11
HSL 11.47º 0.99% 0.45% -
HSV(B) 11.47º 1% 0.89% -
XYZ 32.27 17.97 1.8 -
YUV 93.52 75.8 222.5 -
System Red Green Blue C M Y K H S L
Decimal 226 44 1 0 0.81 1.00 0.11 11.47 0.99 0.45
Hex E2 2C 1 0 51 64 B B 63 2D
Octal 342 54 1 0 121 144 13 13 143 55
Binary 11100010 101100 1 0 1010001 1100100 1011 1011 1100011 101101

Color Harmonies of #E22C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22C01

Black with #E22C01

Text Example


Text Example

White with #E22C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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