Html Css Color HEX #FC1E38 Torch Red

📋 copy color: '#FC1E38'

red 252 ◦ green 30 ◦ blue 56

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

Shades of Torch Red #FC1E38

Tints of Torch Red #FC1E38

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.88%

 BLUE value IS 56 (22.27% from 255) = 16.57%

R = 74.56%
G = 8.88%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FC1E38 (or 0xFC1E38) is known color: Torch Red. HEX triplet: FC, 1E and 38. RGB value is (252,30,56). Sum of RGB (Red+Green+Blue) = 252+30+56=338 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.56% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1E38 is #03E1C7. Grayscale: #636363. Windows color (decimal): -254408 or 3677948. OLE color: 3677948.

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

Color convert

RGB 252 30 56 -
CMYK 0 0.88 0.78 0.01
HSL 352.97º 0.97% 0.55% -
HSV(B) 352.97º 0.88% 0.99% -
XYZ 41.32 21.91 5.79 -
YUV 99.34 103.55 236.89 -
System Red Green Blue C M Y K H S L
Decimal 252 30 56 0 0.88 0.78 0.01 352.97 0.97 0.55
Hex FC 1E 38 0 58 4E 1 161 61 37
Octal 374 36 70 0 130 116 1 541 141 67
Binary 11111100 11110 111000 0 1011000 1001110 1 101100001 1100001 110111

Color Harmonies of #FC1E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1E38

Black with #FC1E38

Text Example


Text Example

White with #FC1E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1E38; }

 p { color: rgb(252,30,56); }

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

background-color css

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

 a { background-color: rgb(252,30,56); }

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

border-color css

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

 span { border-color: rgb(252,30,56); }

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