Html Css Color HEX #FC1407 Scarlet

📋 copy color: '#FC1407'

red 252 ◦ green 20 ◦ blue 7

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

Shades of Scarlet #FC1407

Tints of Scarlet #FC1407

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.17%

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

R = 90.32%
G = 7.17%
B = 2.51%

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

#FC1407 (or 0xFC1407) is known color: Scarlet. HEX triplet: FC, 14 and 07. RGB value is (252,20,7). Sum of RGB (Red+Green+Blue) = 252+20+7=279 (36% of max value = 765). Red value is 252 (98.83% from 255 or 90.32% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1407 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1407 is #03EBF8. Grayscale: #585858. Windows color (decimal): -257017 or 464124. OLE color: 464124.

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

Color convert

RGB 252 20 7 -
CMYK 0 0.92 0.97 0.01
HSL 3.18º 0.98% 0.51% -
HSV(B) 3.18º 0.97% 0.99% -
XYZ 40.43 21.21 2.16 -
YUV 87.89 82.36 245.06 -
System Red Green Blue C M Y K H S L
Decimal 252 20 7 0 0.92 0.97 0.01 3.18 0.98 0.51
Hex FC 14 7 0 5C 61 1 3 62 33
Octal 374 24 7 0 134 141 1 3 142 63
Binary 11111100 10100 111 0 1011100 1100001 1 11 1100010 110011

Color Harmonies of #FC1407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1407

Black with #FC1407

Text Example


Text Example

White with #FC1407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1407; }

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

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

background-color css

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

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

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

border-color css

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

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

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