Html Css Color HEX #FC263A Torch Red

📋 copy color: '#FC263A'

red 252 ◦ green 38 ◦ blue 58

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

Shades of Torch Red #FC263A

Tints of Torch Red #FC263A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.92%

 BLUE value IS 58 (23.05% from 255) = 16.67%

R = 72.41%
G = 10.92%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC263A (or 0xFC263A) is known color: Torch Red. HEX triplet: FC, 26 and 3A. RGB value is (252,38,58). Sum of RGB (Red+Green+Blue) = 252+38+58=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC263A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC263A is #03D9C5. Grayscale: #686868. Windows color (decimal): -252358 or 3811068. OLE color: 3811068.

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

Color convert

RGB 252 38 58 -
CMYK 0 0.85 0.77 0.01
HSL 354.39º 0.97% 0.57% -
HSV(B) 354.39º 0.85% 0.99% -
XYZ 41.6 22.39 6.13 -
YUV 104.27 101.9 233.37 -
System Red Green Blue C M Y K H S L
Decimal 252 38 58 0 0.85 0.77 0.01 354.39 0.97 0.57
Hex FC 26 3A 0 55 4D 1 162 61 39
Octal 374 46 72 0 125 115 1 542 141 71
Binary 11111100 100110 111010 0 1010101 1001101 1 101100010 1100001 111001

Color Harmonies of #FC263A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC263A

Black with #FC263A

Text Example


Text Example

White with #FC263A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC263A; }

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

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

background-color css

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

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

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

border-color css

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

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

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