Html Css Color HEX #FE211E Scarlet

📋 copy color: '#FE211E'

red 254 ◦ green 33 ◦ blue 30

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

Shades of Scarlet #FE211E

Tints of Scarlet #FE211E

RGB

 RED value IS 254 (99.61% from 255) = 80.13%

 GREEN value IS 33 (13.28% from 255) = 10.41%

 BLUE value IS 30 (12.11% from 255) = 9.46%

R = 80.13%
G = 10.41%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE211E (or 0xFE211E) is known color: Scarlet. HEX triplet: FE, 21 and 1E. RGB value is (254,33,30). Sum of RGB (Red+Green+Blue) = 254+33+30=317 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.13% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 254 - color contains mainly: red. Hex color #FE211E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE211E is #01DEE1. Grayscale: #626262. Windows color (decimal): -122594 or 1974782. OLE color: 1974782.

HSL color Cylindrical-coordinate representation of color #FE211E: hue angle of 0.8º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE211E is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 33 30 -
CMYK 0 0.87 0.88 0.00
HSL 0.8º 0.99% 0.56% -
HSV(B) 0.8º 0.88% 1% -
XYZ 41.65 22.25 3.33 -
YUV 98.74 89.22 238.74 -
System Red Green Blue C M Y K H S L
Decimal 254 33 30 0 0.87 0.88 0.00 0.8 0.99 0.56
Hex FE 21 1E 0 57 58 0 1 63 38
Octal 376 41 36 0 127 130 0 1 143 70
Binary 11111110 100001 11110 0 1010111 1011000 0 1 1100011 111000

Color Harmonies of #FE211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE211E

Black with #FE211E

Text Example


Text Example

White with #FE211E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE211E; }

 p { color: rgb(254,33,30); }

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

background-color css

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

 a { background-color: rgb(254,33,30); }

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

border-color css

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

 span { border-color: rgb(254,33,30); }

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