Html Css Color HEX #FC0703 Red

📋 copy color: '#FC0703'

red 252 ◦ green 7 ◦ blue 3

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

Shades of Red #FC0703

Tints of Red #FC0703

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.67%

 BLUE value IS 3 (1.56% from 255) = 1.15%

R = 96.18%
G = 2.67%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC0703 (or 0xFC0703) is known color: Red. HEX triplet: FC, 07 and 03. RGB value is (252,7,3). Sum of RGB (Red+Green+Blue) = 252+7+3=262 (34% of max value = 765). Red value is 252 (98.83% from 255 or 96.18% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0703 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0703 is #03F8FC. Grayscale: #505050. Windows color (decimal): -260349 or 198652. OLE color: 198652.

HSL color Cylindrical-coordinate representation of color #FC0703: hue angle of 0.96º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC0703 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 7 3 -
CMYK 0 0.97 0.99 0.01
HSL 0.96º 0.98% 0.5% -
HSV(B) 0.96º 0.99% 0.99% -
XYZ 40.24 20.85 1.99 -
YUV 79.8 84.67 250.83 -
System Red Green Blue C M Y K H S L
Decimal 252 7 3 0 0.97 0.99 0.01 0.96 0.98 0.5
Hex FC 7 3 0 61 63 1 1 62 32
Octal 374 7 3 0 141 143 1 1 142 62
Binary 11111100 111 11 0 1100001 1100011 1 1 1100010 110010

Color Harmonies of #FC0703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0703

Black with #FC0703

Text Example


Text Example

White with #FC0703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0703; }

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

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

background-color css

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

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

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

border-color css

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

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

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