Html Css Color HEX #F61838 Torch Red

📋 copy color: '#F61838'

red 246 ◦ green 24 ◦ blue 56

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

Shades of Torch Red #F61838

Tints of Torch Red #F61838

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.36%

 BLUE value IS 56 (22.27% from 255) = 17.18%

R = 75.46%
G = 7.36%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#F61838 (or 0xF61838) is known color: Torch Red. HEX triplet: F6, 18 and 38. RGB value is (246,24,56). Sum of RGB (Red+Green+Blue) = 246+24+56=326 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75.46% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 246 - color contains mainly: red. Hex color #F61838 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61838 is #09E7C7. Grayscale: #5E5E5E. Windows color (decimal): -649160 or 3676406. OLE color: 3676406.

HSL color Cylindrical-coordinate representation of color #F61838: hue angle of 351.35º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F61838 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 24 56 -
CMYK 0 0.90 0.77 0.04
HSL 351.35º 0.93% 0.53% -
HSV(B) 351.35º 0.9% 0.96% -
XYZ 39.05 20.53 5.65 -
YUV 94.03 106.55 236.4 -
System Red Green Blue C M Y K H S L
Decimal 246 24 56 0 0.90 0.77 0.04 351.35 0.93 0.53
Hex F6 18 38 0 5A 4D 4 15F 5C 35
Octal 366 30 70 0 132 115 4 537 134 65
Binary 11110110 11000 111000 0 1011010 1001101 100 101011111 1011100 110101

Color Harmonies of #F61838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61838

Black with #F61838

Text Example


Text Example

White with #F61838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61838; }

 p { color: rgb(246,24,56); }

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

background-color css

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

 a { background-color: rgb(246,24,56); }

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

border-color css

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

 span { border-color: rgb(246,24,56); }

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