Html Css Color HEX #FC2007 Scarlet

📋 copy color: '#FC2007'

red 252 ◦ green 32 ◦ blue 7

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

Shades of Scarlet #FC2007

Tints of Scarlet #FC2007

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11%

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

R = 86.6%
G = 11%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FC2007 (or 0xFC2007) is known color: Scarlet. HEX triplet: FC, 20 and 07. RGB value is (252,32,7). Sum of RGB (Red+Green+Blue) = 252+32+7=291 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.60% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 7 (3.12% from 255 or 2.41% from 291); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2007 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2007 is #03DFF8. Grayscale: #5F5F5F. Windows color (decimal): -253945 or 467196. OLE color: 467196.

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

Color convert

RGB 252 32 7 -
CMYK 0 0.87 0.97 0.01
HSL 6.12º 0.98% 0.51% -
HSV(B) 6.12º 0.97% 0.99% -
XYZ 40.7 21.74 2.25 -
YUV 94.93 78.39 240.03 -
System Red Green Blue C M Y K H S L
Decimal 252 32 7 0 0.87 0.97 0.01 6.12 0.98 0.51
Hex FC 20 7 0 57 61 1 6 62 33
Octal 374 40 7 0 127 141 1 6 142 63
Binary 11111100 100000 111 0 1010111 1100001 1 110 1100010 110011

Color Harmonies of #FC2007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2007

Black with #FC2007

Text Example


Text Example

White with #FC2007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2007; }

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

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

background-color css

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

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

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

border-color css

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

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

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