Html Css Color HEX #FC242E Torch Red

📋 copy color: '#FC242E'

red 252 ◦ green 36 ◦ blue 46

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

Shades of Torch Red #FC242E

Tints of Torch Red #FC242E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.78%

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

R = 75.45%
G = 10.78%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC242E (or 0xFC242E) is known color: Torch Red. HEX triplet: FC, 24 and 2E. RGB value is (252,36,46). Sum of RGB (Red+Green+Blue) = 252+36+46=334 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.45% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 46 (18.36% from 255 or 13.77% from 334); Max value from RGB is 252 - color contains mainly: red. Hex color #FC242E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC242E is #03DBD1. Grayscale: #656565. Windows color (decimal): -252882 or 3024124. OLE color: 3024124.

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

Color convert

RGB 252 36 46 -
CMYK 0 0.86 0.82 0.01
HSL 357.22º 0.97% 0.56% -
HSV(B) 357.22º 0.86% 0.99% -
XYZ 41.27 22.15 4.69 -
YUV 101.72 96.56 235.19 -
System Red Green Blue C M Y K H S L
Decimal 252 36 46 0 0.86 0.82 0.01 357.22 0.97 0.56
Hex FC 24 2E 0 56 52 1 165 61 38
Octal 374 44 56 0 126 122 1 545 141 70
Binary 11111100 100100 101110 0 1010110 1010010 1 101100101 1100001 111000

Color Harmonies of #FC242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC242E

Black with #FC242E

Text Example


Text Example

White with #FC242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC242E; }

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

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

background-color css

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

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

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

border-color css

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

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

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