Html Css Color HEX #FE1E1E Scarlet

📋 copy color: '#FE1E1E'

red 254 ◦ green 30 ◦ blue 30

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

Shades of Scarlet #FE1E1E

Tints of Scarlet #FE1E1E

RGB

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

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

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

R = 80.89%
G = 9.55%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE1E1E (or 0xFE1E1E) is known color: Scarlet. HEX triplet: FE, 1E and 1E. RGB value is (254,30,30). Sum of RGB (Red+Green+Blue) = 254+30+30=314 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.89% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1E1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE1E1E is #01E1E1. Grayscale: #616161. Windows color (decimal): -123362 or 1974014. OLE color: 1974014.

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

Color convert

RGB 254 30 30 -
CMYK 0 0.88 0.88 0.00
HSL 0.99% 0.56% -
HSV(B) 0.88% 1% -
XYZ 41.57 22.09 3.3 -
YUV 96.98 90.21 240 -
System Red Green Blue C M Y K H S L
Decimal 254 30 30 0 0.88 0.88 0.00 0 0.99 0.56
Hex FE 1E 1E 0 58 58 0 0 63 38
Octal 376 36 36 0 130 130 0 0 143 70
Binary 11111110 11110 11110 0 1011000 1011000 0 0 1100011 111000

Color Harmonies of #FE1E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1E1E

Black with #FE1E1E

Text Example


Text Example

White with #FE1E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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