Html Css Color HEX #FC0929 Torch Red

📋 copy color: '#FC0929'

red 252 ◦ green 9 ◦ blue 41

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

Shades of Torch Red #FC0929

Tints of Torch Red #FC0929

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.98%

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

R = 83.44%
G = 2.98%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC0929 (or 0xFC0929) is known color: Torch Red. HEX triplet: FC, 09 and 29. RGB value is (252,9,41). Sum of RGB (Red+Green+Blue) = 252+9+41=302 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.44% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0929 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0929 is #03F6D6. Grayscale: #555555. Windows color (decimal): -259799 or 2689532. OLE color: 2689532.

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

Color convert

RGB 252 9 41 -
CMYK 0 0.96 0.84 0.01
HSL 352.1º 0.98% 0.51% -
HSV(B) 352.1º 0.96% 0.99% -
XYZ 40.64 21.05 4.02 -
YUV 85.31 103.01 246.9 -
System Red Green Blue C M Y K H S L
Decimal 252 9 41 0 0.96 0.84 0.01 352.1 0.98 0.51
Hex FC 9 29 0 60 54 1 160 62 33
Octal 374 11 51 0 140 124 1 540 142 63
Binary 11111100 1001 101001 0 1100000 1010100 1 101100000 1100010 110011

Color Harmonies of #FC0929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0929

Black with #FC0929

Text Example


Text Example

White with #FC0929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0929; }

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

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

background-color css

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

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

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

border-color css

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

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

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