Html Css Color HEX #FC1F0F Scarlet

📋 copy color: '#FC1F0F'

red 252 ◦ green 31 ◦ blue 15

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

Shades of Scarlet #FC1F0F

Tints of Scarlet #FC1F0F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.4%

 BLUE value IS 15 (6.25% from 255) = 5.03%

R = 84.56%
G = 10.4%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC1F0F (or 0xFC1F0F) is known color: Scarlet. HEX triplet: FC, 1F and 0F. RGB value is (252,31,15). Sum of RGB (Red+Green+Blue) = 252+31+15=298 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.56% from 298); Green value is 31 (12.5% from 255 or 10.40% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1F0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1F0F is #03E0F0. Grayscale: #5F5F5F. Windows color (decimal): -254193 or 991228. OLE color: 991228.

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

Color convert

RGB 252 31 15 -
CMYK 0 0.88 0.94 0.01
HSL 4.05º 0.98% 0.52% -
HSV(B) 4.05º 0.94% 0.99% -
XYZ 40.72 21.71 2.5 -
YUV 95.26 82.72 239.8 -
System Red Green Blue C M Y K H S L
Decimal 252 31 15 0 0.88 0.94 0.01 4.05 0.98 0.52
Hex FC 1F F 0 58 5E 1 4 62 34
Octal 374 37 17 0 130 136 1 4 142 64
Binary 11111100 11111 1111 0 1011000 1011110 1 100 1100010 110100

Color Harmonies of #FC1F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1F0F

Black with #FC1F0F

Text Example


Text Example

White with #FC1F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1F0F; }

 p { color: rgb(252,31,15); }

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

background-color css

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

 a { background-color: rgb(252,31,15); }

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

border-color css

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

 span { border-color: rgb(252,31,15); }

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