Html Css Color HEX #FC0218 Torch Red

📋 copy color: '#FC0218'

red 252 ◦ green 2 ◦ blue 24

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

Shades of Torch Red #FC0218

Tints of Torch Red #FC0218

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

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

R = 90.65%
G = 0.72%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC0218 (or 0xFC0218) is known color: Torch Red. HEX triplet: FC, 02 and 18. RGB value is (252,2,24). Sum of RGB (Red+Green+Blue) = 252+2+24=278 (36% of max value = 765). Red value is 252 (98.83% from 255 or 90.65% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0218 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0218 is #03FDE7. Grayscale: #4F4F4F. Windows color (decimal): -261608 or 1573628. OLE color: 1573628.

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

Color convert

RGB 252 2 24 -
CMYK 0 0.99 0.90 0.01
HSL 354.72º 0.98% 0.5% -
HSV(B) 354.72º 0.99% 0.99% -
XYZ 40.33 20.8 2.75 -
YUV 79.26 96.83 251.21 -
System Red Green Blue C M Y K H S L
Decimal 252 2 24 0 0.99 0.90 0.01 354.72 0.98 0.5
Hex FC 2 18 0 63 5A 1 163 62 32
Octal 374 2 30 0 143 132 1 543 142 62
Binary 11111100 10 11000 0 1100011 1011010 1 101100011 1100010 110010

Color Harmonies of #FC0218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0218

Black with #FC0218

Text Example


Text Example

White with #FC0218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0218; }

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

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

background-color css

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

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

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

border-color css

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

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

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