Html Css Color HEX #E21E0F Scarlet

📋 copy color: '#E21E0F'

red 226 ◦ green 30 ◦ blue 15

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

Shades of Scarlet #E21E0F

Tints of Scarlet #E21E0F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.07%

 BLUE value IS 15 (6.25% from 255) = 5.54%

R = 83.39%
G = 11.07%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E21E0F (or 0xE21E0F) is known color: Scarlet. HEX triplet: E2, 1E and 0F. RGB value is (226,30,15). Sum of RGB (Red+Green+Blue) = 226+30+15=271 (35% of max value = 765). Red value is 226 (88.67% from 255 or 83.39% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E21E0F is #1DE1F0. Grayscale: #575757. Windows color (decimal): -1958385 or 990946. OLE color: 990946.

HSL color Cylindrical-coordinate representation of color #E21E0F: hue angle of 4.27º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E21E0F is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 30 15 -
CMYK 0 0.87 0.93 0.11
HSL 4.27º 0.88% 0.47% -
HSV(B) 4.27º 0.93% 0.89% -
XYZ 31.91 17.13 2.08 -
YUV 86.89 87.43 227.22 -
System Red Green Blue C M Y K H S L
Decimal 226 30 15 0 0.87 0.93 0.11 4.27 0.88 0.47
Hex E2 1E F 0 57 5D B 4 58 2F
Octal 342 36 17 0 127 135 13 4 130 57
Binary 11100010 11110 1111 0 1010111 1011101 1011 100 1011000 101111

Color Harmonies of #E21E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21E0F

Black with #E21E0F

Text Example


Text Example

White with #E21E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21E0F; }

 p { color: rgb(226,30,15); }

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

background-color css

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

 a { background-color: rgb(226,30,15); }

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

border-color css

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

 span { border-color: rgb(226,30,15); }

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