Html Css Color HEX #FE1200 Scarlet

📋 copy color: '#FE1200'

red 254 ◦ green 18 ◦ blue 0

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

Shades of Scarlet #FE1200

Tints of Scarlet #FE1200

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.62%

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

R = 93.38%
G = 6.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FE1200 (or 0xFE1200) is known color: Scarlet. HEX triplet: FE, 12 and 00. RGB value is (254,18,0). Sum of RGB (Red+Green+Blue) = 254+18+0=272 (36% of max value = 765). Red value is 254 (99.61% from 255 or 93.38% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1200 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1200 is #01EDFF. Grayscale: #565656. Windows color (decimal): -126464 or 4862. OLE color: 4862.

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

Color convert

RGB 254 18 0 -
CMYK 0 0.93 1 0.00
HSL 4.25º 1% 0.5% -
HSV(B) 4.25º 1% 1% -
XYZ 41.09 21.5 1.98 -
YUV 86.51 79.19 247.46 -
System Red Green Blue C M Y K H S L
Decimal 254 18 0 0 0.93 1 0.00 4.25 1 0.5
Hex FE 12 0 0 5D 64 0 4 64 32
Octal 376 22 0 0 135 144 0 4 144 62
Binary 11111110 10010 0 0 1011101 1100100 0 100 1100100 110010

Color Harmonies of #FE1200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1200

Black with #FE1200

Text Example


Text Example

White with #FE1200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1200; }

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

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

background-color css

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

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

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

border-color css

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

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

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