Html Css Color HEX #FC1F3A Torch Red

📋 copy color: '#FC1F3A'

red 252 ◦ green 31 ◦ blue 58

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

Shades of Torch Red #FC1F3A

Tints of Torch Red #FC1F3A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.09%

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

R = 73.9%
G = 9.09%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC1F3A (or 0xFC1F3A) is known color: Torch Red. HEX triplet: FC, 1F and 3A. RGB value is (252,31,58). Sum of RGB (Red+Green+Blue) = 252+31+58=341 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.90% from 341); Green value is 31 (12.5% from 255 or 9.09% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1F3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1F3A is #03E0C5. Grayscale: #646464. Windows color (decimal): -254150 or 3809276. OLE color: 3809276.

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

Color convert

RGB 252 31 58 -
CMYK 0 0.88 0.77 0.01
HSL 352.67º 0.97% 0.55% -
HSV(B) 352.67º 0.88% 0.99% -
XYZ 41.4 21.98 6.06 -
YUV 100.16 104.22 236.3 -
System Red Green Blue C M Y K H S L
Decimal 252 31 58 0 0.88 0.77 0.01 352.67 0.97 0.55
Hex FC 1F 3A 0 58 4D 1 161 61 37
Octal 374 37 72 0 130 115 1 541 141 67
Binary 11111100 11111 111010 0 1011000 1001101 1 101100001 1100001 110111

Color Harmonies of #FC1F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1F3A

Black with #FC1F3A

Text Example


Text Example

White with #FC1F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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