Html Css Color HEX #FC0429 Torch Red

📋 copy color: '#FC0429'

red 252 ◦ green 4 ◦ blue 41

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

Shades of Torch Red #FC0429

Tints of Torch Red #FC0429

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.35%

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

R = 84.85%
G = 1.35%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC0429 (or 0xFC0429) is known color: Torch Red. HEX triplet: FC, 04 and 29. RGB value is (252,4,41). Sum of RGB (Red+Green+Blue) = 252+4+41=297 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.85% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0429 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0429 is #03FBD6. Grayscale: #525252. Windows color (decimal): -261079 or 2688252. OLE color: 2688252.

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

Color convert

RGB 252 4 41 -
CMYK 0 0.98 0.84 0.01
HSL 351.05º 0.98% 0.5% -
HSV(B) 351.05º 0.98% 0.99% -
XYZ 40.59 20.94 4 -
YUV 82.37 104.66 248.99 -
System Red Green Blue C M Y K H S L
Decimal 252 4 41 0 0.98 0.84 0.01 351.05 0.98 0.5
Hex FC 4 29 0 62 54 1 15F 62 32
Octal 374 4 51 0 142 124 1 537 142 62
Binary 11111100 100 101001 0 1100010 1010100 1 101011111 1100010 110010

Color Harmonies of #FC0429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0429

Black with #FC0429

Text Example


Text Example

White with #FC0429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0429; }

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

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

background-color css

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

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

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

border-color css

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

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

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