Html Css Color HEX #FC1E2E Torch Red

📋 copy color: '#FC1E2E'

red 252 ◦ green 30 ◦ blue 46

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

Shades of Torch Red #FC1E2E

Tints of Torch Red #FC1E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.02%

R = 76.83%
G = 9.15%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC1E2E (or 0xFC1E2E) is known color: Torch Red. HEX triplet: FC, 1E and 2E. RGB value is (252,30,46). Sum of RGB (Red+Green+Blue) = 252+30+46=328 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.83% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 46 (18.36% from 255 or 14.02% from 328); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1E2E is #03E1D1. Grayscale: #626262. Windows color (decimal): -254418 or 3022588. OLE color: 3022588.

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

Color convert

RGB 252 30 46 -
CMYK 0 0.88 0.82 0.01
HSL 355.68º 0.97% 0.55% -
HSV(B) 355.68º 0.88% 0.99% -
XYZ 41.1 21.82 4.63 -
YUV 98.2 98.55 237.7 -
System Red Green Blue C M Y K H S L
Decimal 252 30 46 0 0.88 0.82 0.01 355.68 0.97 0.55
Hex FC 1E 2E 0 58 52 1 164 61 37
Octal 374 36 56 0 130 122 1 544 141 67
Binary 11111100 11110 101110 0 1011000 1010010 1 101100100 1100001 110111

Color Harmonies of #FC1E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1E2E

Black with #FC1E2E

Text Example


Text Example

White with #FC1E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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