Html Css Color HEX #FC1307 Scarlet

📋 copy color: '#FC1307'

red 252 ◦ green 19 ◦ blue 7

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

Shades of Scarlet #FC1307

Tints of Scarlet #FC1307

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.83%

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

R = 90.65%
G = 6.83%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FC1307 (or 0xFC1307) is known color: Scarlet. HEX triplet: FC, 13 and 07. RGB value is (252,19,7). Sum of RGB (Red+Green+Blue) = 252+19+7=278 (36% of max value = 765). Red value is 252 (98.83% from 255 or 90.65% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 7 (3.12% from 255 or 2.52% from 278); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1307 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1307 is #03ECF8. Grayscale: #575757. Windows color (decimal): -257273 or 463868. OLE color: 463868.

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

Color convert

RGB 252 19 7 -
CMYK 0 0.92 0.97 0.01
HSL 2.94º 0.98% 0.51% -
HSV(B) 2.94º 0.97% 0.99% -
XYZ 40.42 21.18 2.16 -
YUV 87.3 82.69 245.48 -
System Red Green Blue C M Y K H S L
Decimal 252 19 7 0 0.92 0.97 0.01 2.94 0.98 0.51
Hex FC 13 7 0 5C 61 1 3 62 33
Octal 374 23 7 0 134 141 1 3 142 63
Binary 11111100 10011 111 0 1011100 1100001 1 11 1100010 110011

Color Harmonies of #FC1307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1307

Black with #FC1307

Text Example


Text Example

White with #FC1307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1307; }

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

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

background-color css

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

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

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

border-color css

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

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

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