Html Css Color HEX #FC233A Torch Red

📋 copy color: '#FC233A'

red 252 ◦ green 35 ◦ blue 58

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

Shades of Torch Red #FC233A

Tints of Torch Red #FC233A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.14%

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

R = 73.04%
G = 10.14%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC233A (or 0xFC233A) is known color: Torch Red. HEX triplet: FC, 23 and 3A. RGB value is (252,35,58). Sum of RGB (Red+Green+Blue) = 252+35+58=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC233A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC233A is #03DCC5. Grayscale: #666666. Windows color (decimal): -253126 or 3810300. OLE color: 3810300.

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

Color convert

RGB 252 35 58 -
CMYK 0 0.86 0.77 0.01
HSL 353.64º 0.97% 0.56% -
HSV(B) 353.64º 0.86% 0.99% -
XYZ 41.51 22.2 6.1 -
YUV 102.51 102.89 234.63 -
System Red Green Blue C M Y K H S L
Decimal 252 35 58 0 0.86 0.77 0.01 353.64 0.97 0.56
Hex FC 23 3A 0 56 4D 1 162 61 38
Octal 374 43 72 0 126 115 1 542 141 70
Binary 11111100 100011 111010 0 1010110 1001101 1 101100010 1100001 111000

Color Harmonies of #FC233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC233A

Black with #FC233A

Text Example


Text Example

White with #FC233A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC233A; }

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

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

background-color css

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

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

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

border-color css

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

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

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