Html Css Color HEX #FC0928 Torch Red

📋 copy color: '#FC0928'

red 252 ◦ green 9 ◦ blue 40

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

Shades of Torch Red #FC0928

Tints of Torch Red #FC0928

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.99%

 BLUE value IS 40 (16.02% from 255) = 13.29%

R = 83.72%
G = 2.99%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC0928 (or 0xFC0928) is known color: Torch Red. HEX triplet: FC, 09 and 28. RGB value is (252,9,40). Sum of RGB (Red+Green+Blue) = 252+9+40=301 (39% of max value = 765). Red value is 252 (98.83% from 255 or 83.72% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0928 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0928 is #03F6D7. Grayscale: #555555. Windows color (decimal): -259800 or 2623996. OLE color: 2623996.

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

Color convert

RGB 252 9 40 -
CMYK 0 0.96 0.84 0.01
HSL 352.35º 0.98% 0.51% -
HSV(B) 352.35º 0.96% 0.99% -
XYZ 40.63 21.04 3.93 -
YUV 85.19 102.51 246.98 -
System Red Green Blue C M Y K H S L
Decimal 252 9 40 0 0.96 0.84 0.01 352.35 0.98 0.51
Hex FC 9 28 0 60 54 1 160 62 33
Octal 374 11 50 0 140 124 1 540 142 63
Binary 11111100 1001 101000 0 1100000 1010100 1 101100000 1100010 110011

Color Harmonies of #FC0928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0928

Black with #FC0928

Text Example


Text Example

White with #FC0928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0928; }

 p { color: rgb(252,9,40); }

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

background-color css

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

 a { background-color: rgb(252,9,40); }

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

border-color css

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

 span { border-color: rgb(252,9,40); }

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