Html Css Color HEX #FC1E01 Scarlet

📋 copy color: '#FC1E01'

red 252 ◦ green 30 ◦ blue 1

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

Shades of Scarlet #FC1E01

Tints of Scarlet #FC1E01

RGB

 RED value IS 252 (98.83% from 255) = 89.05%

 GREEN value IS 30 (12.11% from 255) = 10.6%

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

R = 89.05%
G = 10.6%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FC1E01 (or 0xFC1E01) is known color: Scarlet. HEX triplet: FC, 1E and 01. RGB value is (252,30,1). Sum of RGB (Red+Green+Blue) = 252+30+1=283 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.05% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1E01 is #03E1FE. Grayscale: #5D5D5D. Windows color (decimal): -254463 or 73468. OLE color: 73468.

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

Color convert

RGB 252 30 1 -
CMYK 0 0.88 1.00 0.01
HSL 6.93º 0.99% 0.5% -
HSV(B) 6.93º 1% 0.99% -
XYZ 40.61 21.63 2.06 -
YUV 93.07 76.05 241.36 -
System Red Green Blue C M Y K H S L
Decimal 252 30 1 0 0.88 1.00 0.01 6.93 0.99 0.5
Hex FC 1E 1 0 58 64 1 7 63 32
Octal 374 36 1 0 130 144 1 7 143 62
Binary 11111100 11110 1 0 1011000 1100100 1 111 1100011 110010

Color Harmonies of #FC1E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1E01

Black with #FC1E01

Text Example


Text Example

White with #FC1E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1E01; }

 p { color: rgb(252,30,1); }

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

background-color css

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

 a { background-color: rgb(252,30,1); }

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

border-color css

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

 span { border-color: rgb(252,30,1); }

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