Html Css Color HEX #FC0B2A Torch Red

📋 copy color: '#FC0B2A'

red 252 ◦ green 11 ◦ blue 42

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

Shades of Torch Red #FC0B2A

Tints of Torch Red #FC0B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.77%

R = 82.62%
G = 3.61%
B = 13.77%

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

#FC0B2A (or 0xFC0B2A) is known color: Torch Red. HEX triplet: FC, 0B and 2A. RGB value is (252,11,42). Sum of RGB (Red+Green+Blue) = 252+11+42=305 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.62% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0B2A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0B2A is #03F4D5. Grayscale: #565656. Windows color (decimal): -259286 or 2755580. OLE color: 2755580.

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

Color convert

RGB 252 11 42 -
CMYK 0 0.96 0.83 0.01
HSL 352.28º 0.98% 0.52% -
HSV(B) 352.28º 0.96% 0.99% -
XYZ 40.68 21.1 4.12 -
YUV 86.59 102.84 245.98 -
System Red Green Blue C M Y K H S L
Decimal 252 11 42 0 0.96 0.83 0.01 352.28 0.98 0.52
Hex FC B 2A 0 60 53 1 160 62 34
Octal 374 13 52 0 140 123 1 540 142 64
Binary 11111100 1011 101010 0 1100000 1010011 1 101100000 1100010 110100

Color Harmonies of #FC0B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0B2A

Black with #FC0B2A

Text Example


Text Example

White with #FC0B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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