Html Css Color HEX #FE1704 Scarlet

📋 copy color: '#FE1704'

red 254 ◦ green 23 ◦ blue 4

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

Shades of Scarlet #FE1704

Tints of Scarlet #FE1704

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.19%

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

R = 90.39%
G = 8.19%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE1704 (or 0xFE1704) is known color: Scarlet. HEX triplet: FE, 17 and 04. RGB value is (254,23,4). Sum of RGB (Red+Green+Blue) = 254+23+4=281 (37% of max value = 765). Red value is 254 (99.61% from 255 or 90.39% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1704 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1704 is #01E8FB. Grayscale: #5A5A5A. Windows color (decimal): -125180 or 268286. OLE color: 268286.

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

Color convert

RGB 254 23 4 -
CMYK 0 0.91 0.98 0.00
HSL 4.56º 0.99% 0.51% -
HSV(B) 4.56º 0.98% 1% -
XYZ 41.2 21.69 2.13 -
YUV 89.9 79.53 245.04 -
System Red Green Blue C M Y K H S L
Decimal 254 23 4 0 0.91 0.98 0.00 4.56 0.99 0.51
Hex FE 17 4 0 5B 62 0 5 63 33
Octal 376 27 4 0 133 142 0 5 143 63
Binary 11111110 10111 100 0 1011011 1100010 0 101 1100011 110011

Color Harmonies of #FE1704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1704

Black with #FE1704

Text Example


Text Example

White with #FE1704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1704; }

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

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

background-color css

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

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

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

border-color css

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

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

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