Html Css Color HEX #F60619 Torch Red

📋 copy color: '#F60619'

red 246 ◦ green 6 ◦ blue 25

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

Shades of Torch Red #F60619

Tints of Torch Red #F60619

RGB

 RED value IS 246 (96.48% from 255) = 88.81%

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

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

R = 88.81%
G = 2.17%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F60619 (or 0xF60619) is known color: Torch Red. HEX triplet: F6, 06 and 19. RGB value is (246,6,25). Sum of RGB (Red+Green+Blue) = 246+6+25=277 (36% of max value = 765). Red value is 246 (96.48% from 255 or 88.81% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 246 - color contains mainly: red. Hex color #F60619 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60619 is #09F9E6. Grayscale: #505050. Windows color (decimal): -653799 or 1640182. OLE color: 1640182.

HSL color Cylindrical-coordinate representation of color #F60619: hue angle of 355.25º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F60619 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 6 25 -
CMYK 0 0.98 0.90 0.04
HSL 355.25º 0.95% 0.49% -
HSV(B) 355.25º 0.98% 0.96% -
XYZ 38.25 19.79 2.72 -
YUV 79.93 97.01 246.46 -
System Red Green Blue C M Y K H S L
Decimal 246 6 25 0 0.98 0.90 0.04 355.25 0.95 0.49
Hex F6 6 19 0 62 5A 4 163 5F 31
Octal 366 6 31 0 142 132 4 543 137 61
Binary 11110110 110 11001 0 1100010 1011010 100 101100011 1011111 110001

Color Harmonies of #F60619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60619

Black with #F60619

Text Example


Text Example

White with #F60619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60619; }

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

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

background-color css

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

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

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

border-color css

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

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

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