Html Css Color HEX #F11628 Torch Red

📋 copy color: '#F11628'

red 241 ◦ green 22 ◦ blue 40

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

Shades of Torch Red #F11628

Tints of Torch Red #F11628

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.26%

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

R = 79.54%
G = 7.26%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F11628 (or 0xF11628) is known color: Torch Red. HEX triplet: F1, 16 and 28. RGB value is (241,22,40). Sum of RGB (Red+Green+Blue) = 241+22+40=303 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.54% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 241 - color contains mainly: red. Hex color #F11628 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11628 is #0EE9D7. Grayscale: #595959. Windows color (decimal): -977368 or 2627313. OLE color: 2627313.

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

Color convert

RGB 241 22 40 -
CMYK 0 0.91 0.83 0.05
HSL 355.07º 0.89% 0.52% -
HSV(B) 355.07º 0.91% 0.95% -
XYZ 36.95 19.43 3.81 -
YUV 89.53 100.05 236.04 -
System Red Green Blue C M Y K H S L
Decimal 241 22 40 0 0.91 0.83 0.05 355.07 0.89 0.52
Hex F1 16 28 0 5B 53 5 163 59 34
Octal 361 26 50 0 133 123 5 543 131 64
Binary 11110001 10110 101000 0 1011011 1010011 101 101100011 1011001 110100

Color Harmonies of #F11628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11628

Black with #F11628

Text Example


Text Example

White with #F11628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11628; }

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

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

background-color css

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

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

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

border-color css

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

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

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