Html Css Color HEX #FC252D Torch Red

📋 copy color: '#FC252D'

red 252 ◦ green 37 ◦ blue 45

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

Shades of Torch Red #FC252D

Tints of Torch Red #FC252D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.47%

R = 75.45%
G = 11.08%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC252D (or 0xFC252D) is known color: Torch Red. HEX triplet: FC, 25 and 2D. RGB value is (252,37,45). Sum of RGB (Red+Green+Blue) = 252+37+45=334 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.45% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 252 - color contains mainly: red. Hex color #FC252D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC252D is #03DAD2. Grayscale: #666666. Windows color (decimal): -252627 or 2958844. OLE color: 2958844.

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

Color convert

RGB 252 37 45 -
CMYK 0 0.85 0.82 0.01
HSL 357.77º 0.97% 0.57% -
HSV(B) 357.77º 0.85% 0.99% -
XYZ 41.28 22.21 4.59 -
YUV 102.2 95.73 234.85 -
System Red Green Blue C M Y K H S L
Decimal 252 37 45 0 0.85 0.82 0.01 357.77 0.97 0.57
Hex FC 25 2D 0 55 52 1 166 61 39
Octal 374 45 55 0 125 122 1 546 141 71
Binary 11111100 100101 101101 0 1010101 1010010 1 101100110 1100001 111001

Color Harmonies of #FC252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC252D

Black with #FC252D

Text Example


Text Example

White with #FC252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC252D; }

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

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

background-color css

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

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

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

border-color css

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

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

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