Html Css Color HEX #FC1226 Torch Red

📋 copy color: '#FC1226'

red 252 ◦ green 18 ◦ blue 38

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

Shades of Torch Red #FC1226

Tints of Torch Red #FC1226

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.84%

 BLUE value IS 38 (15.23% from 255) = 12.34%

R = 81.82%
G = 5.84%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC1226 (or 0xFC1226) is known color: Torch Red. HEX triplet: FC, 12 and 26. RGB value is (252,18,38). Sum of RGB (Red+Green+Blue) = 252+18+38=308 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.82% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1226 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1226 is #03EDD9. Grayscale: #5A5A5A. Windows color (decimal): -257498 or 2495228. OLE color: 2495228.

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

Color convert

RGB 252 18 38 -
CMYK 0 0.93 0.85 0.01
HSL 354.87º 0.98% 0.53% -
HSV(B) 354.87º 0.93% 0.99% -
XYZ 40.71 21.27 3.79 -
YUV 90.25 98.52 243.37 -
System Red Green Blue C M Y K H S L
Decimal 252 18 38 0 0.93 0.85 0.01 354.87 0.98 0.53
Hex FC 12 26 0 5D 55 1 163 62 35
Octal 374 22 46 0 135 125 1 543 142 65
Binary 11111100 10010 100110 0 1011101 1010101 1 101100011 1100010 110101

Color Harmonies of #FC1226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1226

Black with #FC1226

Text Example


Text Example

White with #FC1226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1226; }

 p { color: rgb(252,18,38); }

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

background-color css

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

 a { background-color: rgb(252,18,38); }

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

border-color css

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

 span { border-color: rgb(252,18,38); }

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