Html Css Color HEX #FE2904 Scarlet

📋 copy color: '#FE2904'

red 254 ◦ green 41 ◦ blue 4

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

Shades of Scarlet #FE2904

Tints of Scarlet #FE2904

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.71%

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

R = 84.95%
G = 13.71%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE2904 (or 0xFE2904) is known color: Scarlet. HEX triplet: FE, 29 and 04. RGB value is (254,41,4). Sum of RGB (Red+Green+Blue) = 254+41+4=299 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.95% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 4 (1.95% from 255 or 1.34% from 299); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2904 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2904 is #01D6FB. Grayscale: #646464. Windows color (decimal): -120572 or 272894. OLE color: 272894.

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

Color convert

RGB 254 41 4 -
CMYK 0 0.84 0.98 0.00
HSL 8.88º 0.99% 0.51% -
HSV(B) 8.88º 0.98% 1% -
XYZ 41.69 22.67 2.29 -
YUV 100.47 73.57 237.51 -
System Red Green Blue C M Y K H S L
Decimal 254 41 4 0 0.84 0.98 0.00 8.88 0.99 0.51
Hex FE 29 4 0 54 62 0 9 63 33
Octal 376 51 4 0 124 142 0 11 143 63
Binary 11111110 101001 100 0 1010100 1100010 0 1001 1100011 110011

Color Harmonies of #FE2904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2904

Black with #FE2904

Text Example


Text Example

White with #FE2904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2904; }

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

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

background-color css

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

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

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

border-color css

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

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

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