Html Css Color HEX #FC1B3E Torch Red

📋 copy color: '#FC1B3E'

red 252 ◦ green 27 ◦ blue 62

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

Shades of Torch Red #FC1B3E

Tints of Torch Red #FC1B3E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.92%

 BLUE value IS 62 (24.61% from 255) = 18.18%

R = 73.9%
G = 7.92%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC1B3E (or 0xFC1B3E) is known color: Torch Red. HEX triplet: FC, 1B and 3E. RGB value is (252,27,62). Sum of RGB (Red+Green+Blue) = 252+27+62=341 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.90% from 341); Green value is 27 (10.94% from 255 or 7.92% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1B3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1B3E is #03E4C1. Grayscale: #626262. Windows color (decimal): -255170 or 4070396. OLE color: 4070396.

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

Color convert

RGB 252 27 62 -
CMYK 0 0.89 0.75 0.01
HSL 350.67º 0.97% 0.55% -
HSV(B) 350.67º 0.89% 0.99% -
XYZ 41.41 21.83 6.59 -
YUV 98.27 107.54 237.65 -
System Red Green Blue C M Y K H S L
Decimal 252 27 62 0 0.89 0.75 0.01 350.67 0.97 0.55
Hex FC 1B 3E 0 59 4B 1 15F 61 37
Octal 374 33 76 0 131 113 1 537 141 67
Binary 11111100 11011 111110 0 1011001 1001011 1 101011111 1100001 110111

Color Harmonies of #FC1B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1B3E

Black with #FC1B3E

Text Example


Text Example

White with #FC1B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1B3E; }

 p { color: rgb(252,27,62); }

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

background-color css

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

 a { background-color: rgb(252,27,62); }

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

border-color css

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

 span { border-color: rgb(252,27,62); }

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