Html Css Color HEX #F61528 Torch Red

📋 copy color: '#F61528'

red 246 ◦ green 21 ◦ blue 40

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

Shades of Torch Red #F61528

Tints of Torch Red #F61528

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.84%

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

R = 80.13%
G = 6.84%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F61528 (or 0xF61528) is known color: Torch Red. HEX triplet: F6, 15 and 28. RGB value is (246,21,40). Sum of RGB (Red+Green+Blue) = 246+21+40=307 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.13% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 246 - color contains mainly: red. Hex color #F61528 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61528 is #09EAD7. Grayscale: #5A5A5A. Windows color (decimal): -649944 or 2627062. OLE color: 2627062.

HSL color Cylindrical-coordinate representation of color #F61528: hue angle of 354.93º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F61528 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 21 40 -
CMYK 0 0.91 0.84 0.04
HSL 354.93º 0.93% 0.52% -
HSV(B) 354.93º 0.91% 0.96% -
XYZ 38.66 20.28 3.88 -
YUV 90.44 99.54 238.96 -
System Red Green Blue C M Y K H S L
Decimal 246 21 40 0 0.91 0.84 0.04 354.93 0.93 0.52
Hex F6 15 28 0 5B 54 4 163 5D 34
Octal 366 25 50 0 133 124 4 543 135 64
Binary 11110110 10101 101000 0 1011011 1010100 100 101100011 1011101 110100

Color Harmonies of #F61528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61528

Black with #F61528

Text Example


Text Example

White with #F61528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61528; }

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

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

background-color css

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

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

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

border-color css

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

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

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