Html Css Color HEX #FC2133 Torch Red

📋 copy color: '#FC2133'

red 252 ◦ green 33 ◦ blue 51

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

Shades of Torch Red #FC2133

Tints of Torch Red #FC2133

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.82%

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

R = 75%
G = 9.82%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC2133 (or 0xFC2133) is known color: Torch Red. HEX triplet: FC, 21 and 33. RGB value is (252,33,51). Sum of RGB (Red+Green+Blue) = 252+33+51=336 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2133 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2133 is #03DECC. Grayscale: #646464. Windows color (decimal): -253645 or 3351036. OLE color: 3351036.

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

Color convert

RGB 252 33 51 -
CMYK 0 0.87 0.80 0.01
HSL 355.07º 0.97% 0.56% -
HSV(B) 355.07º 0.87% 0.99% -
XYZ 41.29 22.02 5.21 -
YUV 100.53 100.05 236.04 -
System Red Green Blue C M Y K H S L
Decimal 252 33 51 0 0.87 0.80 0.01 355.07 0.97 0.56
Hex FC 21 33 0 57 50 1 163 61 38
Octal 374 41 63 0 127 120 1 543 141 70
Binary 11111100 100001 110011 0 1010111 1010000 1 101100011 1100001 111000

Color Harmonies of #FC2133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2133

Black with #FC2133

Text Example


Text Example

White with #FC2133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2133; }

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

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

background-color css

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

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

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

border-color css

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

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

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