Html Css Color HEX #FC1434 Torch Red

📋 copy color: '#FC1434'

red 252 ◦ green 20 ◦ blue 52

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

Shades of Torch Red #FC1434

Tints of Torch Red #FC1434

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.17%

 BLUE value IS 52 (20.7% from 255) = 16.05%

R = 77.78%
G = 6.17%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC1434 (or 0xFC1434) is known color: Torch Red. HEX triplet: FC, 14 and 34. RGB value is (252,20,52). Sum of RGB (Red+Green+Blue) = 252+20+52=324 (42% of max value = 765). Red value is 252 (98.83% from 255 or 77.78% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1434 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1434 is #03EBCB. Grayscale: #5D5D5D. Windows color (decimal): -256972 or 3413244. OLE color: 3413244.

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

Color convert

RGB 252 20 52 -
CMYK 0 0.92 0.79 0.01
HSL 351.72º 0.97% 0.53% -
HSV(B) 351.72º 0.92% 0.99% -
XYZ 41.01 21.44 5.23 -
YUV 93.02 104.86 241.4 -
System Red Green Blue C M Y K H S L
Decimal 252 20 52 0 0.92 0.79 0.01 351.72 0.97 0.53
Hex FC 14 34 0 5C 4F 1 160 61 35
Octal 374 24 64 0 134 117 1 540 141 65
Binary 11111100 10100 110100 0 1011100 1001111 1 101100000 1100001 110101

Color Harmonies of #FC1434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1434

Black with #FC1434

Text Example


Text Example

White with #FC1434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1434; }

 p { color: rgb(252,20,52); }

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

background-color css

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

 a { background-color: rgb(252,20,52); }

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

border-color css

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

 span { border-color: rgb(252,20,52); }

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