Html Css Color HEX #FC2542 Torch Red

📋 copy color: '#FC2542'

red 252 ◦ green 37 ◦ blue 66

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

Shades of Torch Red #FC2542

Tints of Torch Red #FC2542

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.42%

 BLUE value IS 66 (26.17% from 255) = 18.59%

R = 70.99%
G = 10.42%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FC2542 (or 0xFC2542) is known color: Torch Red. HEX triplet: FC, 25 and 42. RGB value is (252,37,66). Sum of RGB (Red+Green+Blue) = 252+37+66=355 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.99% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2542 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2542 is #03DABD. Grayscale: #686868. Windows color (decimal): -252606 or 4335100. OLE color: 4335100.

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

Color convert

RGB 252 37 66 -
CMYK 0 0.85 0.74 0.01
HSL 351.91º 0.97% 0.57% -
HSV(B) 351.91º 0.85% 0.99% -
XYZ 41.79 22.41 7.28 -
YUV 104.59 106.23 233.14 -
System Red Green Blue C M Y K H S L
Decimal 252 37 66 0 0.85 0.74 0.01 351.91 0.97 0.57
Hex FC 25 42 0 55 4A 1 160 61 39
Octal 374 45 102 0 125 112 1 540 141 71
Binary 11111100 100101 1000010 0 1010101 1001010 1 101100000 1100001 111001

Color Harmonies of #FC2542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2542

Black with #FC2542

Text Example


Text Example

White with #FC2542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2542; }

 p { color: rgb(252,37,66); }

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

background-color css

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

 a { background-color: rgb(252,37,66); }

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

border-color css

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

 span { border-color: rgb(252,37,66); }

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