Html Css Color HEX #FE1500 Scarlet

📋 copy color: '#FE1500'

red 254 ◦ green 21 ◦ blue 0

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

Shades of Scarlet #FE1500

Tints of Scarlet #FE1500

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.64%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 92.36%
G = 7.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FE1500 (or 0xFE1500) is known color: Scarlet. HEX triplet: FE, 15 and 00. RGB value is (254,21,0). Sum of RGB (Red+Green+Blue) = 254+21+0=275 (36% of max value = 765). Red value is 254 (99.61% from 255 or 92.36% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1500 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1500 is #01EAFF. Grayscale: #585858. Windows color (decimal): -125696 or 5630. OLE color: 5630.

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

Color convert

RGB 254 21 0 -
CMYK 0 0.92 1 0.00
HSL 4.96º 1% 0.5% -
HSV(B) 4.96º 1% 1% -
XYZ 41.14 21.61 2 -
YUV 88.27 78.19 246.21 -
System Red Green Blue C M Y K H S L
Decimal 254 21 0 0 0.92 1 0.00 4.96 1 0.5
Hex FE 15 0 0 5C 64 0 5 64 32
Octal 376 25 0 0 134 144 0 5 144 62
Binary 11111110 10101 0 0 1011100 1100100 0 101 1100100 110010

Color Harmonies of #FE1500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1500

Black with #FE1500

Text Example


Text Example

White with #FE1500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1500; }

 p { color: rgb(254,21,0); }

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

background-color css

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

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

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

border-color css

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

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

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