Html Css Color HEX #FC0835 Torch Red

📋 copy color: '#FC0835'

red 252 ◦ green 8 ◦ blue 53

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

Shades of Torch Red #FC0835

Tints of Torch Red #FC0835

RGB

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

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

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

R = 80.51%
G = 2.56%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC0835 (or 0xFC0835) is known color: Torch Red. HEX triplet: FC, 08 and 35. RGB value is (252,8,53). Sum of RGB (Red+Green+Blue) = 252+8+53=313 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.51% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0835 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0835 is #03F7CA. Grayscale: #565656. Windows color (decimal): -260043 or 3475708. OLE color: 3475708.

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

Color convert

RGB 252 8 53 -
CMYK 0 0.97 0.79 0.01
HSL 348.93º 0.98% 0.51% -
HSV(B) 348.93º 0.97% 0.99% -
XYZ 40.87 21.13 5.29 -
YUV 86.09 109.34 246.34 -
System Red Green Blue C M Y K H S L
Decimal 252 8 53 0 0.97 0.79 0.01 348.93 0.98 0.51
Hex FC 8 35 0 61 4F 1 15D 62 33
Octal 374 10 65 0 141 117 1 535 142 63
Binary 11111100 1000 110101 0 1100001 1001111 1 101011101 1100010 110011

Color Harmonies of #FC0835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0835

Black with #FC0835

Text Example


Text Example

White with #FC0835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0835; }

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

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

background-color css

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

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

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

border-color css

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

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

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