Html Css Color HEX #FC233B Torch Red

📋 copy color: '#FC233B'

red 252 ◦ green 35 ◦ blue 59

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

Shades of Torch Red #FC233B

Tints of Torch Red #FC233B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.05%

R = 72.83%
G = 10.12%
B = 17.05%

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

#FC233B (or 0xFC233B) is known color: Torch Red. HEX triplet: FC, 23 and 3B. RGB value is (252,35,59). Sum of RGB (Red+Green+Blue) = 252+35+59=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC233B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC233B is #03DCC4. Grayscale: #666666. Windows color (decimal): -253125 or 3875836. OLE color: 3875836.

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

Color convert

RGB 252 35 59 -
CMYK 0 0.86 0.77 0.01
HSL 353.36º 0.97% 0.56% -
HSV(B) 353.36º 0.86% 0.99% -
XYZ 41.54 22.21 6.24 -
YUV 102.62 103.39 234.55 -
System Red Green Blue C M Y K H S L
Decimal 252 35 59 0 0.86 0.77 0.01 353.36 0.97 0.56
Hex FC 23 3B 0 56 4D 1 161 61 38
Octal 374 43 73 0 126 115 1 541 141 70
Binary 11111100 100011 111011 0 1010110 1001101 1 101100001 1100001 111000

Color Harmonies of #FC233B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC233B

Black with #FC233B

Text Example


Text Example

White with #FC233B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC233B; }

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

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

background-color css

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

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

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

border-color css

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

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

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