Html Css Color HEX #FC1607 Scarlet

📋 copy color: '#FC1607'

red 252 ◦ green 22 ◦ blue 7

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

Shades of Scarlet #FC1607

Tints of Scarlet #FC1607

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.83%

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

R = 89.68%
G = 7.83%
B = 2.49%

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

#FC1607 (or 0xFC1607) is known color: Scarlet. HEX triplet: FC, 16 and 07. RGB value is (252,22,7). Sum of RGB (Red+Green+Blue) = 252+22+7=281 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.68% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1607 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1607 is #03E9F8. Grayscale: #595959. Windows color (decimal): -256505 or 464636. OLE color: 464636.

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

Color convert

RGB 252 22 7 -
CMYK 0 0.91 0.97 0.01
HSL 3.67º 0.98% 0.51% -
HSV(B) 3.67º 0.97% 0.99% -
XYZ 40.47 21.28 2.18 -
YUV 89.06 81.7 244.22 -
System Red Green Blue C M Y K H S L
Decimal 252 22 7 0 0.91 0.97 0.01 3.67 0.98 0.51
Hex FC 16 7 0 5B 61 1 4 62 33
Octal 374 26 7 0 133 141 1 4 142 63
Binary 11111100 10110 111 0 1011011 1100001 1 100 1100010 110011

Color Harmonies of #FC1607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1607

Black with #FC1607

Text Example


Text Example

White with #FC1607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1607; }

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

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

background-color css

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

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

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

border-color css

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

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

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