Html Css Color HEX #FC0945 Torch Red

📋 copy color: '#FC0945'

red 252 ◦ green 9 ◦ blue 69

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

Shades of Torch Red #FC0945

Tints of Torch Red #FC0945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.91%

R = 76.36%
G = 2.73%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FC0945 (or 0xFC0945) is known color: Torch Red. HEX triplet: FC, 09 and 45. RGB value is (252,9,69). Sum of RGB (Red+Green+Blue) = 252+9+69=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0945 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0945 is #03F6BA. Grayscale: #585858. Windows color (decimal): -259771 or 4524540. OLE color: 4524540.

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

Color convert

RGB 252 9 69 -
CMYK 0 0.96 0.73 0.01
HSL 345.19º 0.98% 0.51% -
HSV(B) 345.19º 0.96% 0.99% -
XYZ 41.32 21.32 7.57 -
YUV 88.5 117.01 244.62 -
System Red Green Blue C M Y K H S L
Decimal 252 9 69 0 0.96 0.73 0.01 345.19 0.98 0.51
Hex FC 9 45 0 60 49 1 159 62 33
Octal 374 11 105 0 140 111 1 531 142 63
Binary 11111100 1001 1000101 0 1100000 1001001 1 101011001 1100010 110011

Color Harmonies of #FC0945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0945

Black with #FC0945

Text Example


Text Example

White with #FC0945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0945; }

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

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

background-color css

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

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

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

border-color css

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

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

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