Html Css Color HEX #FC0229 Torch Red

📋 copy color: '#FC0229'

red 252 ◦ green 2 ◦ blue 41

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

Shades of Torch Red #FC0229

Tints of Torch Red #FC0229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.9%

R = 85.42%
G = 0.68%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC0229 (or 0xFC0229) is known color: Torch Red. HEX triplet: FC, 02 and 29. RGB value is (252,2,41). Sum of RGB (Red+Green+Blue) = 252+2+41=295 (39% of max value = 765). Red value is 252 (98.83% from 255 or 85.42% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0229 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0229 is #03FDD6. Grayscale: #515151. Windows color (decimal): -261591 or 2687740. OLE color: 2687740.

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

Color convert

RGB 252 2 41 -
CMYK 0 0.99 0.84 0.01
HSL 350.64º 0.98% 0.5% -
HSV(B) 350.64º 0.99% 0.99% -
XYZ 40.57 20.9 3.99 -
YUV 81.2 105.33 249.83 -
System Red Green Blue C M Y K H S L
Decimal 252 2 41 0 0.99 0.84 0.01 350.64 0.98 0.5
Hex FC 2 29 0 63 54 1 15F 62 32
Octal 374 2 51 0 143 124 1 537 142 62
Binary 11111100 10 101001 0 1100011 1010100 1 101011111 1100010 110010

Color Harmonies of #FC0229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0229

Black with #FC0229

Text Example


Text Example

White with #FC0229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0229; }

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

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

background-color css

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

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

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

border-color css

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

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

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