Html Css Color HEX #FC1E1C Scarlet

📋 copy color: '#FC1E1C'

red 252 ◦ green 30 ◦ blue 28

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

Shades of Scarlet #FC1E1C

Tints of Scarlet #FC1E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.03%

R = 81.29%
G = 9.68%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC1E1C (or 0xFC1E1C) is known color: Scarlet. HEX triplet: FC, 1E and 1C. RGB value is (252,30,28). Sum of RGB (Red+Green+Blue) = 252+30+28=310 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.29% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1E1C is #03E1E3. Grayscale: #606060. Windows color (decimal): -254436 or 1842940. OLE color: 1842940.

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

Color convert

RGB 252 30 28 -
CMYK 0 0.88 0.89 0.01
HSL 0.54º 0.97% 0.55% -
HSV(B) 0.54º 0.89% 0.99% -
XYZ 40.82 21.71 3.14 -
YUV 96.15 89.55 239.16 -
System Red Green Blue C M Y K H S L
Decimal 252 30 28 0 0.88 0.89 0.01 0.54 0.97 0.55
Hex FC 1E 1C 0 58 59 1 1 61 37
Octal 374 36 34 0 130 131 1 1 141 67
Binary 11111100 11110 11100 0 1011000 1011001 1 1 1100001 110111

Color Harmonies of #FC1E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1E1C

Black with #FC1E1C

Text Example


Text Example

White with #FC1E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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