Html Css Color HEX #FC0023 Torch Red

📋 copy color: '#FC0023'

red 252 ◦ green 0 ◦ blue 35

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

Shades of Torch Red #FC0023

Tints of Torch Red #FC0023

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 35 (14.06% from 255) = 12.2%

R = 87.8%
G = 0%
B = 12.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC0023 (or 0xFC0023) is known color: Torch Red. HEX triplet: FC, 00 and 23. RGB value is (252,0,35). Sum of RGB (Red+Green+Blue) = 252+0+35=287 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.80% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0023 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0023 is #03FFDC. Grayscale: #4F4F4F. Windows color (decimal): -262109 or 2294012. OLE color: 2294012.

HSL color Cylindrical-coordinate representation of color #FC0023: hue angle of 351.67º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0023 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 0 35 -
CMYK 0 1 0.86 0.01
HSL 351.67º 1% 0.49% -
HSV(B) 351.67º 1% 0.99% -
XYZ 40.45 20.82 3.48 -
YUV 79.34 102.99 251.15 -
System Red Green Blue C M Y K H S L
Decimal 252 0 35 0 1 0.86 0.01 351.67 1 0.49
Hex FC 0 23 0 64 56 1 160 64 31
Octal 374 0 43 0 144 126 1 540 144 61
Binary 11111100 0 100011 0 1100100 1010110 1 101100000 1100100 110001

Color Harmonies of #FC0023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0023

Black with #FC0023

Text Example


Text Example

White with #FC0023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0023; }

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

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

background-color css

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

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

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

border-color css

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

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

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