Html Css Color HEX #FC1E04 Scarlet

📋 copy color: '#FC1E04'

red 252 ◦ green 30 ◦ blue 4

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

Shades of Scarlet #FC1E04

Tints of Scarlet #FC1E04

RGB

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

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

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

R = 88.11%
G = 10.49%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC1E04 (or 0xFC1E04) is known color: Scarlet. HEX triplet: FC, 1E and 04. RGB value is (252,30,4). Sum of RGB (Red+Green+Blue) = 252+30+4=286 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.11% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1E04 is #03E1FB. Grayscale: #5D5D5D. Windows color (decimal): -254460 or 270076. OLE color: 270076.

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

Color convert

RGB 252 30 4 -
CMYK 0 0.88 0.98 0.01
HSL 6.29º 0.98% 0.5% -
HSV(B) 6.29º 0.98% 0.99% -
XYZ 40.63 21.63 2.15 -
YUV 93.41 77.55 241.11 -
System Red Green Blue C M Y K H S L
Decimal 252 30 4 0 0.88 0.98 0.01 6.29 0.98 0.5
Hex FC 1E 4 0 58 62 1 6 62 32
Octal 374 36 4 0 130 142 1 6 142 62
Binary 11111100 11110 100 0 1011000 1100010 1 110 1100010 110010

Color Harmonies of #FC1E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1E04

Black with #FC1E04

Text Example


Text Example

White with #FC1E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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