Html Css Color HEX #FC0319 Torch Red

📋 copy color: '#FC0319'

red 252 ◦ green 3 ◦ blue 25

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

Shades of Torch Red #FC0319

Tints of Torch Red #FC0319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.07%

 BLUE value IS 25 (10.16% from 255) = 8.93%

R = 90%
G = 1.07%
B = 8.93%

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

#FC0319 (or 0xFC0319) is known color: Torch Red. HEX triplet: FC, 03 and 19. RGB value is (252,3,25). Sum of RGB (Red+Green+Blue) = 252+3+25=280 (37% of max value = 765). Red value is 252 (98.83% from 255 or 90% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0319 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0319 is #03FCE6. Grayscale: #505050. Windows color (decimal): -261351 or 1639420. OLE color: 1639420.

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

Color convert

RGB 252 3 25 -
CMYK 0 0.99 0.90 0.01
HSL 354.7º 0.98% 0.5% -
HSV(B) 354.7º 0.99% 0.99% -
XYZ 40.35 20.83 2.81 -
YUV 79.96 96.99 250.71 -
System Red Green Blue C M Y K H S L
Decimal 252 3 25 0 0.99 0.90 0.01 354.7 0.98 0.5
Hex FC 3 19 0 63 5A 1 163 62 32
Octal 374 3 31 0 143 132 1 543 142 62
Binary 11111100 11 11001 0 1100011 1011010 1 101100011 1100010 110010

Color Harmonies of #FC0319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0319

Black with #FC0319

Text Example


Text Example

White with #FC0319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0319; }

 p { color: rgb(252,3,25); }

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

background-color css

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

 a { background-color: rgb(252,3,25); }

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

border-color css

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

 span { border-color: rgb(252,3,25); }

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