Html Css Color HEX #FC0C07 Red

📋 copy color: '#FC0C07'

red 252 ◦ green 12 ◦ blue 7

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

Shades of Red #FC0C07

Tints of Red #FC0C07

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.43%

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

R = 92.99%
G = 4.43%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FC0C07 (or 0xFC0C07) is known color: Red. HEX triplet: FC, 0C and 07. RGB value is (252,12,7). Sum of RGB (Red+Green+Blue) = 252+12+7=271 (35% of max value = 765). Red value is 252 (98.83% from 255 or 92.99% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 7 (3.12% from 255 or 2.58% from 271); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0C07 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0C07 is #03F3F8. Grayscale: #535353. Windows color (decimal): -259065 or 462076. OLE color: 462076.

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

Color convert

RGB 252 12 7 -
CMYK 0 0.95 0.97 0.01
HSL 1.22º 0.98% 0.51% -
HSV(B) 1.22º 0.97% 0.99% -
XYZ 40.31 20.97 2.12 -
YUV 83.19 85.01 248.41 -
System Red Green Blue C M Y K H S L
Decimal 252 12 7 0 0.95 0.97 0.01 1.22 0.98 0.51
Hex FC C 7 0 5F 61 1 1 62 33
Octal 374 14 7 0 137 141 1 1 142 63
Binary 11111100 1100 111 0 1011111 1100001 1 1 1100010 110011

Color Harmonies of #FC0C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0C07

Black with #FC0C07

Text Example


Text Example

White with #FC0C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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