Html Css Color HEX #FC0935 Torch Red

📋 copy color: '#FC0935'

red 252 ◦ green 9 ◦ blue 53

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

Shades of Torch Red #FC0935

Tints of Torch Red #FC0935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.88%

R = 80.25%
G = 2.87%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC0935 (or 0xFC0935) is known color: Torch Red. HEX triplet: FC, 09 and 35. RGB value is (252,9,53). Sum of RGB (Red+Green+Blue) = 252+9+53=314 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.25% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0935 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0935 is #03F6CA. Grayscale: #565656. Windows color (decimal): -259787 or 3475964. OLE color: 3475964.

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

Color convert

RGB 252 9 53 -
CMYK 0 0.96 0.79 0.01
HSL 349.14º 0.98% 0.51% -
HSV(B) 349.14º 0.96% 0.99% -
XYZ 40.89 21.15 5.3 -
YUV 86.67 109.01 245.92 -
System Red Green Blue C M Y K H S L
Decimal 252 9 53 0 0.96 0.79 0.01 349.14 0.98 0.51
Hex FC 9 35 0 60 4F 1 15D 62 33
Octal 374 11 65 0 140 117 1 535 142 63
Binary 11111100 1001 110101 0 1100000 1001111 1 101011101 1100010 110011

Color Harmonies of #FC0935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0935

Black with #FC0935

Text Example


Text Example

White with #FC0935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0935; }

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

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

background-color css

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

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

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

border-color css

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

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

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