Html Css Color HEX #FC232B Torch Red

📋 copy color: '#FC232B'

red 252 ◦ green 35 ◦ blue 43

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

Shades of Torch Red #FC232B

Tints of Torch Red #FC232B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.03%

R = 76.36%
G = 10.61%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC232B (or 0xFC232B) is known color: Torch Red. HEX triplet: FC, 23 and 2B. RGB value is (252,35,43). Sum of RGB (Red+Green+Blue) = 252+35+43=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC232B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC232B is #03DCD4. Grayscale: #646464. Windows color (decimal): -253141 or 2827260. OLE color: 2827260.

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

Color convert

RGB 252 35 43 -
CMYK 0 0.86 0.83 0.01
HSL 357.79º 0.97% 0.56% -
HSV(B) 357.79º 0.86% 0.99% -
XYZ 41.18 22.07 4.38 -
YUV 100.8 95.39 235.85 -
System Red Green Blue C M Y K H S L
Decimal 252 35 43 0 0.86 0.83 0.01 357.79 0.97 0.56
Hex FC 23 2B 0 56 53 1 166 61 38
Octal 374 43 53 0 126 123 1 546 141 70
Binary 11111100 100011 101011 0 1010110 1010011 1 101100110 1100001 111000

Color Harmonies of #FC232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC232B

Black with #FC232B

Text Example


Text Example

White with #FC232B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC232B; }

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

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

background-color css

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

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

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

border-color css

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

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

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