Html Css Color HEX #FC1703 Scarlet

📋 copy color: '#FC1703'

red 252 ◦ green 23 ◦ blue 3

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

Shades of Scarlet #FC1703

Tints of Scarlet #FC1703

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.27%

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

R = 90.65%
G = 8.27%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC1703 (or 0xFC1703) is known color: Scarlet. HEX triplet: FC, 17 and 03. RGB value is (252,23,3). Sum of RGB (Red+Green+Blue) = 252+23+3=278 (36% of max value = 765). Red value is 252 (98.83% from 255 or 90.65% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 3 (1.56% from 255 or 1.08% from 278); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1703 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1703 is #03E8FC. Grayscale: #595959. Windows color (decimal): -256253 or 202748. OLE color: 202748.

HSL color Cylindrical-coordinate representation of color #FC1703: hue angle of 4.82º 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 #FC1703 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 23 3 -
CMYK 0 0.91 0.99 0.01
HSL 4.82º 0.98% 0.5% -
HSV(B) 4.82º 0.99% 0.99% -
XYZ 40.47 21.31 2.07 -
YUV 89.19 79.37 244.13 -
System Red Green Blue C M Y K H S L
Decimal 252 23 3 0 0.91 0.99 0.01 4.82 0.98 0.5
Hex FC 17 3 0 5B 63 1 5 62 32
Octal 374 27 3 0 133 143 1 5 142 62
Binary 11111100 10111 11 0 1011011 1100011 1 101 1100010 110010

Color Harmonies of #FC1703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1703

Black with #FC1703

Text Example


Text Example

White with #FC1703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1703; }

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

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

background-color css

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

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

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

border-color css

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

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

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