Html Css Color HEX #F4131C Torch Red

📋 copy color: '#F4131C'

red 244 ◦ green 19 ◦ blue 28

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

Shades of Torch Red #F4131C

Tints of Torch Red #F4131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.53%

 BLUE value IS 28 (11.33% from 255) = 9.62%

R = 83.85%
G = 6.53%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F4131C (or 0xF4131C) is known color: Torch Red. HEX triplet: F4, 13 and 1C. RGB value is (244,19,28). Sum of RGB (Red+Green+Blue) = 244+19+28=291 (38% of max value = 765). Red value is 244 (95.70% from 255 or 83.85% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 244 - color contains mainly: red. Hex color #F4131C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4131C is #0BECE3. Grayscale: #575757. Windows color (decimal): -781540 or 1840116. OLE color: 1840116.

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

Color convert

RGB 244 19 28 -
CMYK 0 0.92 0.89 0.04
HSL 357.6º 0.91% 0.52% -
HSV(B) 357.6º 0.92% 0.96% -
XYZ 37.75 19.78 2.93 -
YUV 87.3 94.54 239.77 -
System Red Green Blue C M Y K H S L
Decimal 244 19 28 0 0.92 0.89 0.04 357.6 0.91 0.52
Hex F4 13 1C 0 5C 59 4 166 5B 34
Octal 364 23 34 0 134 131 4 546 133 64
Binary 11110100 10011 11100 0 1011100 1011001 100 101100110 1011011 110100

Color Harmonies of #F4131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4131C

Black with #F4131C

Text Example


Text Example

White with #F4131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4131C; }

 p { color: rgb(244,19,28); }

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

background-color css

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

 a { background-color: rgb(244,19,28); }

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

border-color css

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

 span { border-color: rgb(244,19,28); }

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