Html Css Color HEX #FC1E40 Torch Red

📋 copy color: '#FC1E40'

red 252 ◦ green 30 ◦ blue 64

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

Shades of Torch Red #FC1E40

Tints of Torch Red #FC1E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.5%

R = 72.83%
G = 8.67%
B = 18.5%

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

#FC1E40 (or 0xFC1E40) is known color: Torch Red. HEX triplet: FC, 1E and 40. RGB value is (252,30,64). Sum of RGB (Red+Green+Blue) = 252+30+64=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1E40 is #03E1BF. Grayscale: #646464. Windows color (decimal): -254400 or 4202236. OLE color: 4202236.

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

Color convert

RGB 252 30 64 -
CMYK 0 0.88 0.75 0.01
HSL 350.81º 0.97% 0.55% -
HSV(B) 350.81º 0.88% 0.99% -
XYZ 41.53 21.99 6.91 -
YUV 100.25 107.55 236.24 -
System Red Green Blue C M Y K H S L
Decimal 252 30 64 0 0.88 0.75 0.01 350.81 0.97 0.55
Hex FC 1E 40 0 58 4B 1 15F 61 37
Octal 374 36 100 0 130 113 1 537 141 67
Binary 11111100 11110 1000000 0 1011000 1001011 1 101011111 1100001 110111

Color Harmonies of #FC1E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1E40

Black with #FC1E40

Text Example


Text Example

White with #FC1E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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