Html Css Color HEX #FC263E Torch Red

📋 copy color: '#FC263E'

red 252 ◦ green 38 ◦ blue 62

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

Shades of Torch Red #FC263E

Tints of Torch Red #FC263E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.61%

R = 71.59%
G = 10.8%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC263E (or 0xFC263E) is known color: Torch Red. HEX triplet: FC, 26 and 3E. RGB value is (252,38,62). Sum of RGB (Red+Green+Blue) = 252+38+62=352 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.59% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 252 - color contains mainly: red. Hex color #FC263E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC263E is #03D9C1. Grayscale: #686868. Windows color (decimal): -252354 or 4073212. OLE color: 4073212.

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

Color convert

RGB 252 38 62 -
CMYK 0 0.85 0.75 0.01
HSL 353.27º 0.97% 0.57% -
HSV(B) 353.27º 0.85% 0.99% -
XYZ 41.71 22.43 6.69 -
YUV 104.72 103.9 233.05 -
System Red Green Blue C M Y K H S L
Decimal 252 38 62 0 0.85 0.75 0.01 353.27 0.97 0.57
Hex FC 26 3E 0 55 4B 1 161 61 39
Octal 374 46 76 0 125 113 1 541 141 71
Binary 11111100 100110 111110 0 1010101 1001011 1 101100001 1100001 111001

Color Harmonies of #FC263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC263E

Black with #FC263E

Text Example


Text Example

White with #FC263E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC263E; }

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

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

background-color css

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

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

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

border-color css

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

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

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