Html Css Color HEX #FC0618 Torch Red

📋 copy color: '#FC0618'

red 252 ◦ green 6 ◦ blue 24

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

Shades of Torch Red #FC0618

Tints of Torch Red #FC0618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.51%

R = 89.36%
G = 2.13%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC0618 (or 0xFC0618) is known color: Torch Red. HEX triplet: FC, 06 and 18. RGB value is (252,6,24). Sum of RGB (Red+Green+Blue) = 252+6+24=282 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.36% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0618 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0618 is #03F9E7. Grayscale: #515151. Windows color (decimal): -260584 or 1574652. OLE color: 1574652.

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

Color convert

RGB 252 6 24 -
CMYK 0 0.98 0.90 0.01
HSL 355.61º 0.98% 0.51% -
HSV(B) 355.61º 0.98% 0.99% -
XYZ 40.37 20.89 2.77 -
YUV 81.61 95.5 249.54 -
System Red Green Blue C M Y K H S L
Decimal 252 6 24 0 0.98 0.90 0.01 355.61 0.98 0.51
Hex FC 6 18 0 62 5A 1 164 62 33
Octal 374 6 30 0 142 132 1 544 142 63
Binary 11111100 110 11000 0 1100010 1011010 1 101100100 1100010 110011

Color Harmonies of #FC0618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0618

Black with #FC0618

Text Example


Text Example

White with #FC0618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0618; }

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

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

background-color css

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

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

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

border-color css

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

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

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