Html Css Color HEX #FC133A Torch Red

📋 copy color: '#FC133A'

red 252 ◦ green 19 ◦ blue 58

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

Shades of Torch Red #FC133A

Tints of Torch Red #FC133A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.78%

 BLUE value IS 58 (23.05% from 255) = 17.63%

R = 76.6%
G = 5.78%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC133A (or 0xFC133A) is known color: Torch Red. HEX triplet: FC, 13 and 3A. RGB value is (252,19,58). Sum of RGB (Red+Green+Blue) = 252+19+58=329 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.60% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 252 - color contains mainly: red. Hex color #FC133A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC133A is #03ECC5. Grayscale: #5D5D5D. Windows color (decimal): -257222 or 3806204. OLE color: 3806204.

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

Color convert

RGB 252 19 58 -
CMYK 0 0.92 0.77 0.01
HSL 349.96º 0.97% 0.53% -
HSV(B) 349.96º 0.92% 0.99% -
XYZ 41.14 21.47 5.98 -
YUV 93.11 108.19 241.33 -
System Red Green Blue C M Y K H S L
Decimal 252 19 58 0 0.92 0.77 0.01 349.96 0.97 0.53
Hex FC 13 3A 0 5C 4D 1 15E 61 35
Octal 374 23 72 0 134 115 1 536 141 65
Binary 11111100 10011 111010 0 1011100 1001101 1 101011110 1100001 110101

Color Harmonies of #FC133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC133A

Black with #FC133A

Text Example


Text Example

White with #FC133A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC133A; }

 p { color: rgb(252,19,58); }

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

background-color css

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

 a { background-color: rgb(252,19,58); }

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

border-color css

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

 span { border-color: rgb(252,19,58); }

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