Html Css Color HEX #F41728 Torch Red

📋 copy color: '#F41728'

red 244 ◦ green 23 ◦ blue 40

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

Shades of Torch Red #F41728

Tints of Torch Red #F41728

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.49%

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

R = 79.48%
G = 7.49%
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

#F41728 (or 0xF41728) is known color: Torch Red. HEX triplet: F4, 17 and 28. RGB value is (244,23,40). Sum of RGB (Red+Green+Blue) = 244+23+40=307 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.48% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 244 - color contains mainly: red. Hex color #F41728 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41728 is #0BE8D7. Grayscale: #5B5B5B. Windows color (decimal): -780504 or 2627572. OLE color: 2627572.

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

Color convert

RGB 244 23 40 -
CMYK 0 0.91 0.84 0.04
HSL 355.38º 0.91% 0.52% -
HSV(B) 355.38º 0.91% 0.96% -
XYZ 38 20 3.86 -
YUV 91.02 99.22 237.12 -
System Red Green Blue C M Y K H S L
Decimal 244 23 40 0 0.91 0.84 0.04 355.38 0.91 0.52
Hex F4 17 28 0 5B 54 4 163 5B 34
Octal 364 27 50 0 133 124 4 543 133 64
Binary 11110100 10111 101000 0 1011011 1010100 100 101100011 1011011 110100

Color Harmonies of #F41728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41728

Black with #F41728

Text Example


Text Example

White with #F41728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41728; }

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

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

background-color css

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

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

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

border-color css

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

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

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