Html Css Color HEX #FC1530 Torch Red

📋 copy color: '#FC1530'

red 252 ◦ green 21 ◦ blue 48

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

Shades of Torch Red #FC1530

Tints of Torch Red #FC1530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.54%

 BLUE value IS 48 (19.14% from 255) = 14.95%

R = 78.5%
G = 6.54%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC1530 (or 0xFC1530) is known color: Torch Red. HEX triplet: FC, 15 and 30. RGB value is (252,21,48). Sum of RGB (Red+Green+Blue) = 252+21+48=321 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.50% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1530 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1530 is #03EACF. Grayscale: #5D5D5D. Windows color (decimal): -256720 or 3151356. OLE color: 3151356.

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

Color convert

RGB 252 21 48 -
CMYK 0 0.92 0.81 0.01
HSL 352.99º 0.97% 0.54% -
HSV(B) 352.99º 0.92% 0.99% -
XYZ 40.95 21.45 4.78 -
YUV 93.15 102.53 241.3 -
System Red Green Blue C M Y K H S L
Decimal 252 21 48 0 0.92 0.81 0.01 352.99 0.97 0.54
Hex FC 15 30 0 5C 51 1 161 61 36
Octal 374 25 60 0 134 121 1 541 141 66
Binary 11111100 10101 110000 0 1011100 1010001 1 101100001 1100001 110110

Color Harmonies of #FC1530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1530

Black with #FC1530

Text Example


Text Example

White with #FC1530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1530; }

 p { color: rgb(252,21,48); }

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

background-color css

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

 a { background-color: rgb(252,21,48); }

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

border-color css

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

 span { border-color: rgb(252,21,48); }

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