Html Css Color HEX #FC0217 Torch Red

📋 copy color: '#FC0217'

red 252 ◦ green 2 ◦ blue 23

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

Shades of Torch Red #FC0217

Tints of Torch Red #FC0217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.3%

R = 90.97%
G = 0.72%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FC0217 (or 0xFC0217) is known color: Torch Red. HEX triplet: FC, 02 and 17. RGB value is (252,2,23). Sum of RGB (Red+Green+Blue) = 252+2+23=277 (36% of max value = 765). Red value is 252 (98.83% from 255 or 90.97% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 23 (9.38% from 255 or 8.30% from 277); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0217 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0217 is #03FDE8. Grayscale: #4F4F4F. Windows color (decimal): -261609 or 1508092. OLE color: 1508092.

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

Color convert

RGB 252 2 23 -
CMYK 0 0.99 0.91 0.01
HSL 354.96º 0.98% 0.5% -
HSV(B) 354.96º 0.99% 0.99% -
XYZ 40.32 20.8 2.7 -
YUV 79.14 96.33 251.29 -
System Red Green Blue C M Y K H S L
Decimal 252 2 23 0 0.99 0.91 0.01 354.96 0.98 0.5
Hex FC 2 17 0 63 5B 1 163 62 32
Octal 374 2 27 0 143 133 1 543 142 62
Binary 11111100 10 10111 0 1100011 1011011 1 101100011 1100010 110010

Color Harmonies of #FC0217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0217

Black with #FC0217

Text Example


Text Example

White with #FC0217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0217; }

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

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

background-color css

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

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

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

border-color css

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

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

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