Html Css Color HEX #FC2233 Torch Red

📋 copy color: '#FC2233'

red 252 ◦ green 34 ◦ blue 51

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

Shades of Torch Red #FC2233

Tints of Torch Red #FC2233

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.09%

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

R = 74.78%
G = 10.09%
B = 15.13%

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

#FC2233 (or 0xFC2233) is known color: Torch Red. HEX triplet: FC, 22 and 33. RGB value is (252,34,51). Sum of RGB (Red+Green+Blue) = 252+34+51=337 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.78% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2233 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2233 is #03DDCC. Grayscale: #656565. Windows color (decimal): -253389 or 3351292. OLE color: 3351292.

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

Color convert

RGB 252 34 51 -
CMYK 0 0.87 0.80 0.01
HSL 355.32º 0.97% 0.56% -
HSV(B) 355.32º 0.87% 0.99% -
XYZ 41.31 22.08 5.22 -
YUV 101.12 99.72 235.62 -
System Red Green Blue C M Y K H S L
Decimal 252 34 51 0 0.87 0.80 0.01 355.32 0.97 0.56
Hex FC 22 33 0 57 50 1 163 61 38
Octal 374 42 63 0 127 120 1 543 141 70
Binary 11111100 100010 110011 0 1010111 1010000 1 101100011 1100001 111000

Color Harmonies of #FC2233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2233

Black with #FC2233

Text Example


Text Example

White with #FC2233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2233; }

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

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

background-color css

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

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

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

border-color css

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

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

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