Html Css Color HEX #FC022B Torch Red

📋 copy color: '#FC022B'

red 252 ◦ green 2 ◦ blue 43

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

Shades of Torch Red #FC022B

Tints of Torch Red #FC022B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

 BLUE value IS 43 (17.19% from 255) = 14.48%

R = 84.85%
G = 0.67%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC022B (or 0xFC022B) is known color: Torch Red. HEX triplet: FC, 02 and 2B. RGB value is (252,2,43). Sum of RGB (Red+Green+Blue) = 252+2+43=297 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.85% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 252 - color contains mainly: red. Hex color #FC022B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC022B is #03FDD4. Grayscale: #515151. Windows color (decimal): -261589 or 2818812. OLE color: 2818812.

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

Color convert

RGB 252 2 43 -
CMYK 0 0.99 0.83 0.01
HSL 350.16º 0.98% 0.5% -
HSV(B) 350.16º 0.99% 0.99% -
XYZ 40.6 20.91 4.18 -
YUV 81.42 106.33 249.67 -
System Red Green Blue C M Y K H S L
Decimal 252 2 43 0 0.99 0.83 0.01 350.16 0.98 0.5
Hex FC 2 2B 0 63 53 1 15E 62 32
Octal 374 2 53 0 143 123 1 536 142 62
Binary 11111100 10 101011 0 1100011 1010011 1 101011110 1100010 110010

Color Harmonies of #FC022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC022B

Black with #FC022B

Text Example


Text Example

White with #FC022B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC022B; }

 p { color: rgb(252,2,43); }

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

background-color css

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

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

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

border-color css

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

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

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