Html Css Color HEX #FC0236 Torch Red

📋 copy color: '#FC0236'

red 252 ◦ green 2 ◦ blue 54

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

Shades of Torch Red #FC0236

Tints of Torch Red #FC0236

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 54 (21.48% from 255) = 17.53%

R = 81.82%
G = 0.65%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC0236 (or 0xFC0236) is known color: Torch Red. HEX triplet: FC, 02 and 36. RGB value is (252,2,54). Sum of RGB (Red+Green+Blue) = 252+2+54=308 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.82% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0236 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0236 is #03FDC9. Grayscale: #525252. Windows color (decimal): -261578 or 3539708. OLE color: 3539708.

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

Color convert

RGB 252 2 54 -
CMYK 0 0.99 0.79 0.01
HSL 347.52º 0.98% 0.5% -
HSV(B) 347.52º 0.99% 0.99% -
XYZ 40.83 21.01 5.39 -
YUV 82.68 111.83 248.77 -
System Red Green Blue C M Y K H S L
Decimal 252 2 54 0 0.99 0.79 0.01 347.52 0.98 0.5
Hex FC 2 36 0 63 4F 1 15C 62 32
Octal 374 2 66 0 143 117 1 534 142 62
Binary 11111100 10 110110 0 1100011 1001111 1 101011100 1100010 110010

Color Harmonies of #FC0236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0236

Black with #FC0236

Text Example


Text Example

White with #FC0236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0236; }

 p { color: rgb(252,2,54); }

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

background-color css

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

 a { background-color: rgb(252,2,54); }

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

border-color css

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

 span { border-color: rgb(252,2,54); }

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