Html Css Color HEX #FC1E26 Torch Red

📋 copy color: '#FC1E26'

red 252 ◦ green 30 ◦ blue 38

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

Shades of Torch Red #FC1E26

Tints of Torch Red #FC1E26

RGB

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

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

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

R = 78.75%
G = 9.38%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC1E26 (or 0xFC1E26) is known color: Torch Red. HEX triplet: FC, 1E and 26. RGB value is (252,30,38). Sum of RGB (Red+Green+Blue) = 252+30+38=320 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.75% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 38 (15.23% from 255 or 11.88% from 320); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1E26 is #03E1D9. Grayscale: #616161. Windows color (decimal): -254426 or 2498300. OLE color: 2498300.

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

Color convert

RGB 252 30 38 -
CMYK 0 0.88 0.85 0.01
HSL 357.84º 0.97% 0.55% -
HSV(B) 357.84º 0.88% 0.99% -
XYZ 40.96 21.76 3.88 -
YUV 97.29 94.55 238.35 -
System Red Green Blue C M Y K H S L
Decimal 252 30 38 0 0.88 0.85 0.01 357.84 0.97 0.55
Hex FC 1E 26 0 58 55 1 166 61 37
Octal 374 36 46 0 130 125 1 546 141 67
Binary 11111100 11110 100110 0 1011000 1010101 1 101100110 1100001 110111

Color Harmonies of #FC1E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1E26

Black with #FC1E26

Text Example


Text Example

White with #FC1E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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