Html Css Color HEX #FC041D Torch Red

📋 copy color: '#FC041D'

red 252 ◦ green 4 ◦ blue 29

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

Shades of Torch Red #FC041D

Tints of Torch Red #FC041D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.18%

R = 88.42%
G = 1.4%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC041D (or 0xFC041D) is known color: Torch Red. HEX triplet: FC, 04 and 1D. RGB value is (252,4,29). Sum of RGB (Red+Green+Blue) = 252+4+29=285 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.42% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 252 - color contains mainly: red. Hex color #FC041D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC041D is #03FBE2. Grayscale: #515151. Windows color (decimal): -261091 or 1901820. OLE color: 1901820.

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

Color convert

RGB 252 4 29 -
CMYK 0 0.98 0.88 0.01
HSL 353.95º 0.98% 0.5% -
HSV(B) 353.95º 0.98% 0.99% -
XYZ 40.41 20.87 3.06 -
YUV 81 98.66 249.97 -
System Red Green Blue C M Y K H S L
Decimal 252 4 29 0 0.98 0.88 0.01 353.95 0.98 0.5
Hex FC 4 1D 0 62 58 1 162 62 32
Octal 374 4 35 0 142 130 1 542 142 62
Binary 11111100 100 11101 0 1100010 1011000 1 101100010 1100010 110010

Color Harmonies of #FC041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC041D

Black with #FC041D

Text Example


Text Example

White with #FC041D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC041D; }

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

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

background-color css

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

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

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

border-color css

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

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

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