Html Css Color HEX #FE1504 Scarlet

📋 copy color: '#FE1504'

red 254 ◦ green 21 ◦ blue 4

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

Shades of Scarlet #FE1504

Tints of Scarlet #FE1504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.43%

R = 91.04%
G = 7.53%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE1504 (or 0xFE1504) is known color: Scarlet. HEX triplet: FE, 15 and 04. RGB value is (254,21,4). Sum of RGB (Red+Green+Blue) = 254+21+4=279 (36% of max value = 765). Red value is 254 (99.61% from 255 or 91.04% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 4 (1.95% from 255 or 1.43% from 279); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1504 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1504 is #01EAFB. Grayscale: #595959. Windows color (decimal): -125692 or 267774. OLE color: 267774.

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

Color convert

RGB 254 21 4 -
CMYK 0 0.92 0.98 0.00
HSL 4.08º 0.99% 0.51% -
HSV(B) 4.08º 0.98% 1% -
XYZ 41.16 21.62 2.12 -
YUV 88.73 80.19 245.88 -
System Red Green Blue C M Y K H S L
Decimal 254 21 4 0 0.92 0.98 0.00 4.08 0.99 0.51
Hex FE 15 4 0 5C 62 0 4 63 33
Octal 376 25 4 0 134 142 0 4 143 63
Binary 11111110 10101 100 0 1011100 1100010 0 100 1100011 110011

Color Harmonies of #FE1504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1504

Black with #FE1504

Text Example


Text Example

White with #FE1504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1504; }

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

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

background-color css

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

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

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

border-color css

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

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

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