Html Css Color HEX #F11028 Torch Red

📋 copy color: '#F11028'

red 241 ◦ green 16 ◦ blue 40

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

Shades of Torch Red #F11028

Tints of Torch Red #F11028

RGB

 RED value IS 241 (94.53% from 255) = 81.14%

 GREEN value IS 16 (6.64% from 255) = 5.39%

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

R = 81.14%
G = 5.39%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F11028 (or 0xF11028) is known color: Torch Red. HEX triplet: F1, 10 and 28. RGB value is (241,16,40). Sum of RGB (Red+Green+Blue) = 241+16+40=297 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.14% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 241 - color contains mainly: red. Hex color #F11028 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11028 is #0EEFD7. Grayscale: #565656. Windows color (decimal): -978904 or 2625777. OLE color: 2625777.

HSL color Cylindrical-coordinate representation of color #F11028: hue angle of 353.6º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11028 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 16 40 -
CMYK 0 0.93 0.83 0.05
HSL 353.6º 0.89% 0.5% -
HSV(B) 353.6º 0.93% 0.95% -
XYZ 36.84 19.22 3.78 -
YUV 86.01 102.04 238.55 -
System Red Green Blue C M Y K H S L
Decimal 241 16 40 0 0.93 0.83 0.05 353.6 0.89 0.5
Hex F1 10 28 0 5D 53 5 162 59 32
Octal 361 20 50 0 135 123 5 542 131 62
Binary 11110001 10000 101000 0 1011101 1010011 101 101100010 1011001 110010

Color Harmonies of #F11028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11028

Black with #F11028

Text Example


Text Example

White with #F11028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11028; }

 p { color: rgb(241,16,40); }

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

background-color css

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

 a { background-color: rgb(241,16,40); }

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

border-color css

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

 span { border-color: rgb(241,16,40); }

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