Html Css Color HEX #FC0B2C Torch Red

📋 copy color: '#FC0B2C'

red 252 ◦ green 11 ◦ blue 44

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

Shades of Torch Red #FC0B2C

Tints of Torch Red #FC0B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.33%

R = 82.08%
G = 3.58%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC0B2C (or 0xFC0B2C) is known color: Torch Red. HEX triplet: FC, 0B and 2C. RGB value is (252,11,44). Sum of RGB (Red+Green+Blue) = 252+11+44=307 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.08% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0B2C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0B2C is #03F4D3. Grayscale: #565656. Windows color (decimal): -259284 or 2886652. OLE color: 2886652.

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

Color convert

RGB 252 11 44 -
CMYK 0 0.96 0.83 0.01
HSL 351.78º 0.98% 0.52% -
HSV(B) 351.78º 0.96% 0.99% -
XYZ 40.72 21.12 4.31 -
YUV 86.82 103.84 245.82 -
System Red Green Blue C M Y K H S L
Decimal 252 11 44 0 0.96 0.83 0.01 351.78 0.98 0.52
Hex FC B 2C 0 60 53 1 160 62 34
Octal 374 13 54 0 140 123 1 540 142 64
Binary 11111100 1011 101100 0 1100000 1010011 1 101100000 1100010 110100

Color Harmonies of #FC0B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0B2C

Black with #FC0B2C

Text Example


Text Example

White with #FC0B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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