Html Css Color HEX #F41725 Torch Red

📋 copy color: '#F41725'

red 244 ◦ green 23 ◦ blue 37

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

Shades of Torch Red #F41725

Tints of Torch Red #F41725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.17%

R = 80.26%
G = 7.57%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F41725 (or 0xF41725) is known color: Torch Red. HEX triplet: F4, 17 and 25. RGB value is (244,23,37). Sum of RGB (Red+Green+Blue) = 244+23+37=304 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80.26% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 244 - color contains mainly: red. Hex color #F41725 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41725 is #0BE8DA. Grayscale: #5A5A5A. Windows color (decimal): -780507 or 2430964. OLE color: 2430964.

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

Color convert

RGB 244 23 37 -
CMYK 0 0.91 0.85 0.04
HSL 356.2º 0.91% 0.52% -
HSV(B) 356.2º 0.91% 0.96% -
XYZ 37.95 19.98 3.61 -
YUV 90.68 97.72 237.36 -
System Red Green Blue C M Y K H S L
Decimal 244 23 37 0 0.91 0.85 0.04 356.2 0.91 0.52
Hex F4 17 25 0 5B 55 4 164 5B 34
Octal 364 27 45 0 133 125 4 544 133 64
Binary 11110100 10111 100101 0 1011011 1010101 100 101100100 1011011 110100

Color Harmonies of #F41725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41725

Black with #F41725

Text Example


Text Example

White with #F41725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41725; }

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

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

background-color css

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

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

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

border-color css

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

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

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