Html Css Color HEX #FC0807 Red

📋 copy color: '#FC0807'

red 252 ◦ green 8 ◦ blue 7

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

Shades of Red #FC0807

Tints of Red #FC0807

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3%

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

R = 94.38%
G = 3%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FC0807 (or 0xFC0807) is known color: Red. HEX triplet: FC, 08 and 07. RGB value is (252,8,7). Sum of RGB (Red+Green+Blue) = 252+8+7=267 (35% of max value = 765). Red value is 252 (98.83% from 255 or 94.38% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 7 (3.12% from 255 or 2.62% from 267); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0807 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0807 is #03F7F8. Grayscale: #515151. Windows color (decimal): -260089 or 461052. OLE color: 461052.

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

Color convert

RGB 252 8 7 -
CMYK 0 0.97 0.97 0.01
HSL 0.24º 0.98% 0.51% -
HSV(B) 0.24º 0.97% 0.99% -
XYZ 40.27 20.88 2.11 -
YUV 80.84 86.34 250.08 -
System Red Green Blue C M Y K H S L
Decimal 252 8 7 0 0.97 0.97 0.01 0.24 0.98 0.51
Hex FC 8 7 0 61 61 1 0 62 33
Octal 374 10 7 0 141 141 1 0 142 63
Binary 11111100 1000 111 0 1100001 1100001 1 0 1100010 110011

Color Harmonies of #FC0807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0807

Black with #FC0807

Text Example


Text Example

White with #FC0807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0807; }

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

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

background-color css

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

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

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

border-color css

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

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

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