Html Css Color HEX #FC0619 Torch Red

📋 copy color: '#FC0619'

red 252 ◦ green 6 ◦ blue 25

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

Shades of Torch Red #FC0619

Tints of Torch Red #FC0619

RGB

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

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

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

R = 89.05%
G = 2.12%
B = 8.83%

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

#FC0619 (or 0xFC0619) is known color: Torch Red. HEX triplet: FC, 06 and 19. RGB value is (252,6,25). Sum of RGB (Red+Green+Blue) = 252+6+25=283 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.05% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0619 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0619 is #03F9E6. Grayscale: #515151. Windows color (decimal): -260583 or 1640188. OLE color: 1640188.

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

Color convert

RGB 252 6 25 -
CMYK 0 0.98 0.90 0.01
HSL 355.37º 0.98% 0.51% -
HSV(B) 355.37º 0.98% 0.99% -
XYZ 40.39 20.9 2.82 -
YUV 81.72 96 249.46 -
System Red Green Blue C M Y K H S L
Decimal 252 6 25 0 0.98 0.90 0.01 355.37 0.98 0.51
Hex FC 6 19 0 62 5A 1 163 62 33
Octal 374 6 31 0 142 132 1 543 142 63
Binary 11111100 110 11001 0 1100010 1011010 1 101100011 1100010 110011

Color Harmonies of #FC0619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0619

Black with #FC0619

Text Example


Text Example

White with #FC0619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0619; }

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

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

background-color css

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

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

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

border-color css

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

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

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