Html Css Color HEX #F41628 Torch Red

📋 copy color: '#F41628'

red 244 ◦ green 22 ◦ blue 40

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

Shades of Torch Red #F41628

Tints of Torch Red #F41628

RGB

 RED value IS 244 (95.7% from 255) = 79.74%

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

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

R = 79.74%
G = 7.19%
B = 13.07%

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

#F41628 (or 0xF41628) is known color: Torch Red. HEX triplet: F4, 16 and 28. RGB value is (244,22,40). Sum of RGB (Red+Green+Blue) = 244+22+40=306 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.74% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 244 - color contains mainly: red. Hex color #F41628 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41628 is #0BE9D7. Grayscale: #5A5A5A. Windows color (decimal): -780760 or 2627316. OLE color: 2627316.

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

Color convert

RGB 244 22 40 -
CMYK 0 0.91 0.84 0.04
HSL 355.14º 0.91% 0.52% -
HSV(B) 355.14º 0.91% 0.96% -
XYZ 37.98 19.96 3.86 -
YUV 90.43 99.55 237.54 -
System Red Green Blue C M Y K H S L
Decimal 244 22 40 0 0.91 0.84 0.04 355.14 0.91 0.52
Hex F4 16 28 0 5B 54 4 163 5B 34
Octal 364 26 50 0 133 124 4 543 133 64
Binary 11110100 10110 101000 0 1011011 1010100 100 101100011 1011011 110100

Color Harmonies of #F41628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41628

Black with #F41628

Text Example


Text Example

White with #F41628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41628; }

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

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

background-color css

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

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

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

border-color css

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

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

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