Html Css Color HEX #FE2900 Scarlet

📋 copy color: '#FE2900'

red 254 ◦ green 41 ◦ blue 0

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

Shades of Scarlet #FE2900

Tints of Scarlet #FE2900

RGB

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

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

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

R = 86.1%
G = 13.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FE2900 (or 0xFE2900) is known color: Scarlet. HEX triplet: FE, 29 and 00. RGB value is (254,41,0). Sum of RGB (Red+Green+Blue) = 254+41+0=295 (39% of max value = 765). Red value is 254 (99.61% from 255 or 86.10% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2900 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2900 is #01D6FF. Grayscale: #646464. Windows color (decimal): -120576 or 10750. OLE color: 10750.

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

Color convert

RGB 254 41 0 -
CMYK 0 0.84 1 0.00
HSL 9.69º 1% 0.5% -
HSV(B) 9.69º 1% 1% -
XYZ 41.67 22.66 2.18 -
YUV 100.01 71.57 237.83 -
System Red Green Blue C M Y K H S L
Decimal 254 41 0 0 0.84 1 0.00 9.69 1 0.5
Hex FE 29 0 0 54 64 0 A 64 32
Octal 376 51 0 0 124 144 0 12 144 62
Binary 11111110 101001 0 0 1010100 1100100 0 1010 1100100 110010

Color Harmonies of #FE2900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2900

Black with #FE2900

Text Example


Text Example

White with #FE2900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2900; }

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

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

background-color css

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

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

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

border-color css

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

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

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