Html Css Color HEX #FC1707 Scarlet

📋 copy color: '#FC1707'

red 252 ◦ green 23 ◦ blue 7

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

Shades of Scarlet #FC1707

Tints of Scarlet #FC1707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.48%

R = 89.36%
G = 8.16%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FC1707 (or 0xFC1707) is known color: Scarlet. HEX triplet: FC, 17 and 07. RGB value is (252,23,7). Sum of RGB (Red+Green+Blue) = 252+23+7=282 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.36% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 7 (3.12% from 255 or 2.48% from 282); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1707 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1707 is #03E8F8. Grayscale: #595959. Windows color (decimal): -256249 or 464892. OLE color: 464892.

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

Color convert

RGB 252 23 7 -
CMYK 0 0.91 0.97 0.01
HSL 3.92º 0.98% 0.51% -
HSV(B) 3.92º 0.97% 0.99% -
XYZ 40.49 21.32 2.18 -
YUV 89.65 81.37 243.8 -
System Red Green Blue C M Y K H S L
Decimal 252 23 7 0 0.91 0.97 0.01 3.92 0.98 0.51
Hex FC 17 7 0 5B 61 1 4 62 33
Octal 374 27 7 0 133 141 1 4 142 63
Binary 11111100 10111 111 0 1011011 1100001 1 100 1100010 110011

Color Harmonies of #FC1707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1707

Black with #FC1707

Text Example


Text Example

White with #FC1707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1707; }

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

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

background-color css

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

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

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

border-color css

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

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

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