Html Css Color HEX #F61828 Torch Red

📋 copy color: '#F61828'

red 246 ◦ green 24 ◦ blue 40

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

Shades of Torch Red #F61828

Tints of Torch Red #F61828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.9%

R = 79.35%
G = 7.74%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F61828 (or 0xF61828) is known color: Torch Red. HEX triplet: F6, 18 and 28. RGB value is (246,24,40). Sum of RGB (Red+Green+Blue) = 246+24+40=310 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.35% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 246 - color contains mainly: red. Hex color #F61828 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61828 is #09E7D7. Grayscale: #5C5C5C. Windows color (decimal): -649176 or 2627830. OLE color: 2627830.

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

Color convert

RGB 246 24 40 -
CMYK 0 0.90 0.84 0.04
HSL 355.68º 0.93% 0.53% -
HSV(B) 355.68º 0.9% 0.96% -
XYZ 38.72 20.4 3.9 -
YUV 92.2 98.55 237.7 -
System Red Green Blue C M Y K H S L
Decimal 246 24 40 0 0.90 0.84 0.04 355.68 0.93 0.53
Hex F6 18 28 0 5A 54 4 164 5C 35
Octal 366 30 50 0 132 124 4 544 134 65
Binary 11110110 11000 101000 0 1011010 1010100 100 101100100 1011100 110101

Color Harmonies of #F61828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61828

Black with #F61828

Text Example


Text Example

White with #F61828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61828; }

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

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

background-color css

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

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

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

border-color css

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

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

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