Html Css Color HEX #FC0B0B Red

📋 copy color: '#FC0B0B'

red 252 ◦ green 11 ◦ blue 11

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

Shades of Red #FC0B0B

Tints of Red #FC0B0B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.01%

 BLUE value IS 11 (4.69% from 255) = 4.01%

R = 91.97%
G = 4.01%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC0B0B (or 0xFC0B0B) is known color: Red. HEX triplet: FC, 0B and 0B. RGB value is (252,11,11). Sum of RGB (Red+Green+Blue) = 252+11+11=274 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.97% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0B0B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0B0B is #03F4F4. Grayscale: #535353. Windows color (decimal): -259317 or 723964. OLE color: 723964.

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

Color convert

RGB 252 11 11 -
CMYK 0 0.96 0.96 0.01
HSL 0.98% 0.52% -
HSV(B) 0.96% 0.99% -
XYZ 40.32 20.96 2.24 -
YUV 83.06 87.34 248.5 -
System Red Green Blue C M Y K H S L
Decimal 252 11 11 0 0.96 0.96 0.01 0 0.98 0.52
Hex FC B B 0 60 60 1 0 62 34
Octal 374 13 13 0 140 140 1 0 142 64
Binary 11111100 1011 1011 0 1100000 1100000 1 0 1100010 110100

Color Harmonies of #FC0B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0B0B

Black with #FC0B0B

Text Example


Text Example

White with #FC0B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0B0B; }

 p { color: rgb(252,11,11); }

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

background-color css

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

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

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

border-color css

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

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

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