Html Css Color HEX #FC1427 Torch Red

📋 copy color: '#FC1427'

red 252 ◦ green 20 ◦ blue 39

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

Shades of Torch Red #FC1427

Tints of Torch Red #FC1427

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.43%

 BLUE value IS 39 (15.63% from 255) = 12.54%

R = 81.03%
G = 6.43%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC1427 (or 0xFC1427) is known color: Torch Red. HEX triplet: FC, 14 and 27. RGB value is (252,20,39). Sum of RGB (Red+Green+Blue) = 252+20+39=311 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.03% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1427 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1427 is #03EBD8. Grayscale: #5B5B5B. Windows color (decimal): -256985 or 2561276. OLE color: 2561276.

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

Color convert

RGB 252 20 39 -
CMYK 0 0.92 0.85 0.01
HSL 355.09º 0.97% 0.53% -
HSV(B) 355.09º 0.92% 0.99% -
XYZ 40.76 21.34 3.89 -
YUV 91.53 98.36 242.46 -
System Red Green Blue C M Y K H S L
Decimal 252 20 39 0 0.92 0.85 0.01 355.09 0.97 0.53
Hex FC 14 27 0 5C 55 1 163 61 35
Octal 374 24 47 0 134 125 1 543 141 65
Binary 11111100 10100 100111 0 1011100 1010101 1 101100011 1100001 110101

Color Harmonies of #FC1427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1427

Black with #FC1427

Text Example


Text Example

White with #FC1427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1427; }

 p { color: rgb(252,20,39); }

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

background-color css

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

 a { background-color: rgb(252,20,39); }

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

border-color css

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

 span { border-color: rgb(252,20,39); }

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