Html Css Color HEX #FC0233 Torch Red

📋 copy color: '#FC0233'

red 252 ◦ green 2 ◦ blue 51

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

Shades of Torch Red #FC0233

Tints of Torch Red #FC0233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.72%

R = 82.62%
G = 0.66%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC0233 (or 0xFC0233) is known color: Torch Red. HEX triplet: FC, 02 and 33. RGB value is (252,2,51). Sum of RGB (Red+Green+Blue) = 252+2+51=305 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.62% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0233 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0233 is #03FDCC. Grayscale: #525252. Windows color (decimal): -261581 or 3343100. OLE color: 3343100.

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

Color convert

RGB 252 2 51 -
CMYK 0 0.99 0.80 0.01
HSL 348.24º 0.98% 0.5% -
HSV(B) 348.24º 0.99% 0.99% -
XYZ 40.76 20.98 5.03 -
YUV 82.34 110.33 249.02 -
System Red Green Blue C M Y K H S L
Decimal 252 2 51 0 0.99 0.80 0.01 348.24 0.98 0.5
Hex FC 2 33 0 63 50 1 15C 62 32
Octal 374 2 63 0 143 120 1 534 142 62
Binary 11111100 10 110011 0 1100011 1010000 1 101011100 1100010 110010

Color Harmonies of #FC0233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0233

Black with #FC0233

Text Example


Text Example

White with #FC0233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0233; }

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

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

background-color css

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

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

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

border-color css

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

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

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