Html Css Color HEX #FC1B12 Scarlet

📋 copy color: '#FC1B12'

red 252 ◦ green 27 ◦ blue 18

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

Shades of Scarlet #FC1B12

Tints of Scarlet #FC1B12

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.09%

 BLUE value IS 18 (7.42% from 255) = 6.06%

R = 84.85%
G = 9.09%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC1B12 (or 0xFC1B12) is known color: Scarlet. HEX triplet: FC, 1B and 12. RGB value is (252,27,18). Sum of RGB (Red+Green+Blue) = 252+27+18=297 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.85% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1B12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1B12 is #03E4ED. Grayscale: #5D5D5D. Windows color (decimal): -255214 or 1186812. OLE color: 1186812.

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

Color convert

RGB 252 27 18 -
CMYK 0 0.89 0.93 0.01
HSL 2.31º 0.98% 0.53% -
HSV(B) 2.31º 0.93% 0.99% -
XYZ 40.65 21.52 2.58 -
YUV 93.25 85.54 241.23 -
System Red Green Blue C M Y K H S L
Decimal 252 27 18 0 0.89 0.93 0.01 2.31 0.98 0.53
Hex FC 1B 12 0 59 5D 1 2 62 35
Octal 374 33 22 0 131 135 1 2 142 65
Binary 11111100 11011 10010 0 1011001 1011101 1 10 1100010 110101

Color Harmonies of #FC1B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1B12

Black with #FC1B12

Text Example


Text Example

White with #FC1B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1B12; }

 p { color: rgb(252,27,18); }

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

background-color css

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

 a { background-color: rgb(252,27,18); }

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

border-color css

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

 span { border-color: rgb(252,27,18); }

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