Html Css Color HEX #FC1503 Scarlet

📋 copy color: '#FC1503'

red 252 ◦ green 21 ◦ blue 3

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

Shades of Scarlet #FC1503

Tints of Scarlet #FC1503

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.61%

 BLUE value IS 3 (1.56% from 255) = 1.09%

R = 91.3%
G = 7.61%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC1503 (or 0xFC1503) is known color: Scarlet. HEX triplet: FC, 15 and 03. RGB value is (252,21,3). Sum of RGB (Red+Green+Blue) = 252+21+3=276 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.30% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1503 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1503 is #03EAFC. Grayscale: #585858. Windows color (decimal): -256765 or 202236. OLE color: 202236.

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

Color convert

RGB 252 21 3 -
CMYK 0 0.92 0.99 0.01
HSL 4.34º 0.98% 0.5% -
HSV(B) 4.34º 0.99% 0.99% -
XYZ 40.43 21.24 2.05 -
YUV 88.02 80.03 244.96 -
System Red Green Blue C M Y K H S L
Decimal 252 21 3 0 0.92 0.99 0.01 4.34 0.98 0.5
Hex FC 15 3 0 5C 63 1 4 62 32
Octal 374 25 3 0 134 143 1 4 142 62
Binary 11111100 10101 11 0 1011100 1100011 1 100 1100010 110010

Color Harmonies of #FC1503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1503

Black with #FC1503

Text Example


Text Example

White with #FC1503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1503; }

 p { color: rgb(252,21,3); }

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

background-color css

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

 a { background-color: rgb(252,21,3); }

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

border-color css

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

 span { border-color: rgb(252,21,3); }

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