Html Css Color HEX #FC0627 Torch Red

📋 copy color: '#FC0627'

red 252 ◦ green 6 ◦ blue 39

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

Shades of Torch Red #FC0627

Tints of Torch Red #FC0627

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.02%

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

R = 84.85%
G = 2.02%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC0627 (or 0xFC0627) is known color: Torch Red. HEX triplet: FC, 06 and 27. RGB value is (252,6,39). Sum of RGB (Red+Green+Blue) = 252+6+39=297 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.85% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0627 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0627 is #03F9D8. Grayscale: #535353. Windows color (decimal): -260569 or 2557692. OLE color: 2557692.

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

Color convert

RGB 252 6 39 -
CMYK 0 0.98 0.85 0.01
HSL 351.95º 0.98% 0.51% -
HSV(B) 351.95º 0.98% 0.99% -
XYZ 40.58 20.97 3.83 -
YUV 83.32 103 248.32 -
System Red Green Blue C M Y K H S L
Decimal 252 6 39 0 0.98 0.85 0.01 351.95 0.98 0.51
Hex FC 6 27 0 62 55 1 160 62 33
Octal 374 6 47 0 142 125 1 540 142 63
Binary 11111100 110 100111 0 1100010 1010101 1 101100000 1100010 110011

Color Harmonies of #FC0627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0627

Black with #FC0627

Text Example


Text Example

White with #FC0627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0627; }

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

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

background-color css

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

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

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

border-color css

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

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

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