Html Css Color HEX #FC0838 Torch Red

📋 copy color: '#FC0838'

red 252 ◦ green 8 ◦ blue 56

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

Shades of Torch Red #FC0838

Tints of Torch Red #FC0838

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.53%

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

R = 79.75%
G = 2.53%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FC0838 (or 0xFC0838) is known color: Torch Red. HEX triplet: FC, 08 and 38. RGB value is (252,8,56). Sum of RGB (Red+Green+Blue) = 252+8+56=316 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.75% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0838 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0838 is #03F7C7. Grayscale: #565656. Windows color (decimal): -260040 or 3672316. OLE color: 3672316.

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

Color convert

RGB 252 8 56 -
CMYK 0 0.97 0.78 0.01
HSL 348.2º 0.98% 0.51% -
HSV(B) 348.2º 0.97% 0.99% -
XYZ 40.95 21.15 5.67 -
YUV 86.43 110.84 246.1 -
System Red Green Blue C M Y K H S L
Decimal 252 8 56 0 0.97 0.78 0.01 348.2 0.98 0.51
Hex FC 8 38 0 61 4E 1 15C 62 33
Octal 374 10 70 0 141 116 1 534 142 63
Binary 11111100 1000 111000 0 1100001 1001110 1 101011100 1100010 110011

Color Harmonies of #FC0838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0838

Black with #FC0838

Text Example


Text Example

White with #FC0838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0838; }

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

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

background-color css

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

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

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

border-color css

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

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

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