Html Css Color HEX #FE2901 Scarlet

📋 copy color: '#FE2901'

red 254 ◦ green 41 ◦ blue 1

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

Shades of Scarlet #FE2901

Tints of Scarlet #FE2901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 85.81%
G = 13.85%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FE2901 (or 0xFE2901) is known color: Scarlet. HEX triplet: FE, 29 and 01. RGB value is (254,41,1). Sum of RGB (Red+Green+Blue) = 254+41+1=296 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.81% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2901 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2901 is #01D6FE. Grayscale: #646464. Windows color (decimal): -120575 or 76286. OLE color: 76286.

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

Color convert

RGB 254 41 1 -
CMYK 0 0.84 1.00 0.00
HSL 9.49º 0.99% 0.5% -
HSV(B) 9.49º 1% 1% -
XYZ 41.67 22.66 2.21 -
YUV 100.13 72.07 237.75 -
System Red Green Blue C M Y K H S L
Decimal 254 41 1 0 0.84 1.00 0.00 9.49 0.99 0.5
Hex FE 29 1 0 54 64 0 9 63 32
Octal 376 51 1 0 124 144 0 11 143 62
Binary 11111110 101001 1 0 1010100 1100100 0 1001 1100011 110010

Color Harmonies of #FE2901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2901

Black with #FE2901

Text Example


Text Example

White with #FE2901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2901; }

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

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

background-color css

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

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

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

border-color css

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

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

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