Html Css Color HEX #FC1D24 Torch Red

📋 copy color: '#FC1D24'

red 252 ◦ green 29 ◦ blue 36

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

Shades of Torch Red #FC1D24

Tints of Torch Red #FC1D24

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.15%

 BLUE value IS 36 (14.45% from 255) = 11.36%

R = 79.5%
G = 9.15%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC1D24 (or 0xFC1D24) is known color: Torch Red. HEX triplet: FC, 1D and 24. RGB value is (252,29,36). Sum of RGB (Red+Green+Blue) = 252+29+36=317 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.50% from 317); Green value is 29 (11.72% from 255 or 9.15% from 317); Blue value is 36 (14.45% from 255 or 11.36% from 317); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1D24 is #03E2DB. Grayscale: #606060. Windows color (decimal): -254684 or 2366972. OLE color: 2366972.

HSL color Cylindrical-coordinate representation of color #FC1D24: hue angle of 358.12º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC1D24 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 29 36 -
CMYK 0 0.88 0.86 0.01
HSL 358.12º 0.97% 0.55% -
HSV(B) 358.12º 0.88% 0.99% -
XYZ 40.9 21.7 3.7 -
YUV 96.48 93.88 238.93 -
System Red Green Blue C M Y K H S L
Decimal 252 29 36 0 0.88 0.86 0.01 358.12 0.97 0.55
Hex FC 1D 24 0 58 56 1 166 61 37
Octal 374 35 44 0 130 126 1 546 141 67
Binary 11111100 11101 100100 0 1011000 1010110 1 101100110 1100001 110111

Color Harmonies of #FC1D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1D24

Black with #FC1D24

Text Example


Text Example

White with #FC1D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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