Html Css Color HEX #E21F01 Scarlet

📋 copy color: '#E21F01'

red 226 ◦ green 31 ◦ blue 1

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

Shades of Scarlet #E21F01

Tints of Scarlet #E21F01

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.02%

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

R = 87.6%
G = 12.02%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#E21F01 (or 0xE21F01) is known color: Scarlet. HEX triplet: E2, 1F and 01. RGB value is (226,31,1). Sum of RGB (Red+Green+Blue) = 226+31+1=258 (34% of max value = 765). Red value is 226 (88.67% from 255 or 87.60% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 226 - color contains mainly: red. Hex color #E21F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E21F01 is #1DE0FE. Grayscale: #565656. Windows color (decimal): -1958143 or 73698. OLE color: 73698.

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

Color convert

RGB 226 31 1 -
CMYK 0 0.86 1.00 0.11
HSL 0.99% 0.45% -
HSV(B) 1% 0.89% -
XYZ 31.86 17.15 1.66 -
YUV 85.89 80.1 227.94 -
System Red Green Blue C M Y K H S L
Decimal 226 31 1 0 0.86 1.00 0.11 8 0.99 0.45
Hex E2 1F 1 0 56 64 B 8 63 2D
Octal 342 37 1 0 126 144 13 10 143 55
Binary 11100010 11111 1 0 1010110 1100100 1011 1000 1100011 101101

Color Harmonies of #E21F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21F01

Black with #E21F01

Text Example


Text Example

White with #E21F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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