Html Css Color HEX #FC1E3B Torch Red

📋 copy color: '#FC1E3B'

red 252 ◦ green 30 ◦ blue 59

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

Shades of Torch Red #FC1E3B

Tints of Torch Red #FC1E3B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.8%

 BLUE value IS 59 (23.44% from 255) = 17.3%

R = 73.9%
G = 8.8%
B = 17.3%

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

#FC1E3B (or 0xFC1E3B) is known color: Torch Red. HEX triplet: FC, 1E and 3B. RGB value is (252,30,59). Sum of RGB (Red+Green+Blue) = 252+30+59=341 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.90% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1E3B is #03E1C4. Grayscale: #636363. Windows color (decimal): -254405 or 3874556. OLE color: 3874556.

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

Color convert

RGB 252 30 59 -
CMYK 0 0.88 0.77 0.01
HSL 352.16º 0.97% 0.55% -
HSV(B) 352.16º 0.88% 0.99% -
XYZ 41.4 21.94 6.19 -
YUV 99.68 105.05 236.64 -
System Red Green Blue C M Y K H S L
Decimal 252 30 59 0 0.88 0.77 0.01 352.16 0.97 0.55
Hex FC 1E 3B 0 58 4D 1 160 61 37
Octal 374 36 73 0 130 115 1 540 141 67
Binary 11111100 11110 111011 0 1011000 1001101 1 101100000 1100001 110111

Color Harmonies of #FC1E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1E3B

Black with #FC1E3B

Text Example


Text Example

White with #FC1E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1E3B; }

 p { color: rgb(252,30,59); }

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

background-color css

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

 a { background-color: rgb(252,30,59); }

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

border-color css

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

 span { border-color: rgb(252,30,59); }

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