Html Css Color HEX #FC1E3E Torch Red

📋 copy color: '#FC1E3E'

red 252 ◦ green 30 ◦ blue 62

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

Shades of Torch Red #FC1E3E

Tints of Torch Red #FC1E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.02%

R = 73.26%
G = 8.72%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC1E3E (or 0xFC1E3E) is known color: Torch Red. HEX triplet: FC, 1E and 3E. RGB value is (252,30,62). Sum of RGB (Red+Green+Blue) = 252+30+62=344 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.26% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1E3E is #03E1C1. Grayscale: #646464. Windows color (decimal): -254402 or 4071164. OLE color: 4071164.

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

Color convert

RGB 252 30 62 -
CMYK 0 0.88 0.75 0.01
HSL 351.35º 0.97% 0.55% -
HSV(B) 351.35º 0.88% 0.99% -
XYZ 41.48 21.97 6.61 -
YUV 100.03 106.55 236.4 -
System Red Green Blue C M Y K H S L
Decimal 252 30 62 0 0.88 0.75 0.01 351.35 0.97 0.55
Hex FC 1E 3E 0 58 4B 1 15F 61 37
Octal 374 36 76 0 130 113 1 537 141 67
Binary 11111100 11110 111110 0 1011000 1001011 1 101011111 1100001 110111

Color Harmonies of #FC1E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1E3E

Black with #FC1E3E

Text Example


Text Example

White with #FC1E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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