Html Css Color HEX #FC062A Torch Red

📋 copy color: '#FC062A'

red 252 ◦ green 6 ◦ blue 42

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

Shades of Torch Red #FC062A

Tints of Torch Red #FC062A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14%

R = 84%
G = 2%
B = 14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC062A (or 0xFC062A) is known color: Torch Red. HEX triplet: FC, 06 and 2A. RGB value is (252,6,42). Sum of RGB (Red+Green+Blue) = 252+6+42=300 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 252 - color contains mainly: red. Hex color #FC062A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC062A is #03F9D5. Grayscale: #535353. Windows color (decimal): -260566 or 2754300. OLE color: 2754300.

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

Color convert

RGB 252 6 42 -
CMYK 0 0.98 0.83 0.01
HSL 351.22º 0.98% 0.51% -
HSV(B) 351.22º 0.98% 0.99% -
XYZ 40.63 20.99 4.1 -
YUV 83.66 104.5 248.07 -
System Red Green Blue C M Y K H S L
Decimal 252 6 42 0 0.98 0.83 0.01 351.22 0.98 0.51
Hex FC 6 2A 0 62 53 1 15F 62 33
Octal 374 6 52 0 142 123 1 537 142 63
Binary 11111100 110 101010 0 1100010 1010011 1 101011111 1100010 110011

Color Harmonies of #FC062A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC062A

Black with #FC062A

Text Example


Text Example

White with #FC062A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC062A; }

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

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

background-color css

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

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

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

border-color css

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

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

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