Html Css Color HEX #FC0827 Torch Red

📋 copy color: '#FC0827'

red 252 ◦ green 8 ◦ blue 39

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

Shades of Torch Red #FC0827

Tints of Torch Red #FC0827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.04%

R = 84.28%
G = 2.68%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC0827 (or 0xFC0827) is known color: Torch Red. HEX triplet: FC, 08 and 27. RGB value is (252,8,39). Sum of RGB (Red+Green+Blue) = 252+8+39=299 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.28% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 39 (15.62% from 255 or 13.04% from 299); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0827 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0827 is #03F7D8. Grayscale: #545454. Windows color (decimal): -260057 or 2558204. OLE color: 2558204.

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

Color convert

RGB 252 8 39 -
CMYK 0 0.97 0.85 0.01
HSL 352.38º 0.98% 0.51% -
HSV(B) 352.38º 0.97% 0.99% -
XYZ 40.6 21.02 3.84 -
YUV 84.49 102.34 247.48 -
System Red Green Blue C M Y K H S L
Decimal 252 8 39 0 0.97 0.85 0.01 352.38 0.98 0.51
Hex FC 8 27 0 61 55 1 160 62 33
Octal 374 10 47 0 141 125 1 540 142 63
Binary 11111100 1000 100111 0 1100001 1010101 1 101100000 1100010 110011

Color Harmonies of #FC0827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0827

Black with #FC0827

Text Example


Text Example

White with #FC0827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0827; }

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

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

background-color css

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

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

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

border-color css

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

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

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