Html Css Color HEX #FC243F Torch Red

📋 copy color: '#FC243F'

red 252 ◦ green 36 ◦ blue 63

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

Shades of Torch Red #FC243F

Tints of Torch Red #FC243F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.95%

R = 71.79%
G = 10.26%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC243F (or 0xFC243F) is known color: Torch Red. HEX triplet: FC, 24 and 3F. RGB value is (252,36,63). Sum of RGB (Red+Green+Blue) = 252+36+63=351 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.79% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 252 - color contains mainly: red. Hex color #FC243F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC243F is #03DBC0. Grayscale: #676767. Windows color (decimal): -252865 or 4138236. OLE color: 4138236.

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

Color convert

RGB 252 36 63 -
CMYK 0 0.86 0.75 0.01
HSL 352.5º 0.97% 0.56% -
HSV(B) 352.5º 0.86% 0.99% -
XYZ 41.67 22.32 6.81 -
YUV 103.66 105.06 233.8 -
System Red Green Blue C M Y K H S L
Decimal 252 36 63 0 0.86 0.75 0.01 352.5 0.97 0.56
Hex FC 24 3F 0 56 4B 1 160 61 38
Octal 374 44 77 0 126 113 1 540 141 70
Binary 11111100 100100 111111 0 1010110 1001011 1 101100000 1100001 111000

Color Harmonies of #FC243F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC243F

Black with #FC243F

Text Example


Text Example

White with #FC243F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC243F; }

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

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

background-color css

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

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

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

border-color css

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

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

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