Html Css Color HEX #FC0417 Torch Red

📋 copy color: '#FC0417'

red 252 ◦ green 4 ◦ blue 23

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

Shades of Torch Red #FC0417

Tints of Torch Red #FC0417

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.43%

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

R = 90.32%
G = 1.43%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FC0417 (or 0xFC0417) is known color: Torch Red. HEX triplet: FC, 04 and 17. RGB value is (252,4,23). Sum of RGB (Red+Green+Blue) = 252+4+23=279 (36% of max value = 765). Red value is 252 (98.83% from 255 or 90.32% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0417 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0417 is #03FBE8. Grayscale: #505050. Windows color (decimal): -261097 or 1508604. OLE color: 1508604.

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

Color convert

RGB 252 4 23 -
CMYK 0 0.98 0.91 0.01
HSL 355.4º 0.98% 0.5% -
HSV(B) 355.4º 0.98% 0.99% -
XYZ 40.34 20.84 2.71 -
YUV 80.32 95.66 250.46 -
System Red Green Blue C M Y K H S L
Decimal 252 4 23 0 0.98 0.91 0.01 355.4 0.98 0.5
Hex FC 4 17 0 62 5B 1 163 62 32
Octal 374 4 27 0 142 133 1 543 142 62
Binary 11111100 100 10111 0 1100010 1011011 1 101100011 1100010 110010

Color Harmonies of #FC0417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0417

Black with #FC0417

Text Example


Text Example

White with #FC0417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0417; }

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

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

background-color css

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

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

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

border-color css

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

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

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