Html Css Color HEX #F4151A Torch Red

📋 copy color: '#F4151A'

red 244 ◦ green 21 ◦ blue 26

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

Shades of Torch Red #F4151A

Tints of Torch Red #F4151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.22%

 BLUE value IS 26 (10.55% from 255) = 8.93%

R = 83.85%
G = 7.22%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F4151A (or 0xF4151A) is known color: Torch Red. HEX triplet: F4, 15 and 1A. RGB value is (244,21,26). Sum of RGB (Red+Green+Blue) = 244+21+26=291 (38% of max value = 765). Red value is 244 (95.70% from 255 or 83.85% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 244 - color contains mainly: red. Hex color #F4151A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4151A is #0BEAE5. Grayscale: #585858. Windows color (decimal): -781030 or 1709556. OLE color: 1709556.

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

Color convert

RGB 244 21 26 -
CMYK 0 0.91 0.89 0.04
HSL 358.65º 0.91% 0.52% -
HSV(B) 358.65º 0.91% 0.96% -
XYZ 37.76 19.84 2.82 -
YUV 88.25 92.88 239.09 -
System Red Green Blue C M Y K H S L
Decimal 244 21 26 0 0.91 0.89 0.04 358.65 0.91 0.52
Hex F4 15 1A 0 5B 59 4 167 5B 34
Octal 364 25 32 0 133 131 4 547 133 64
Binary 11110100 10101 11010 0 1011011 1011001 100 101100111 1011011 110100

Color Harmonies of #F4151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4151A

Black with #F4151A

Text Example


Text Example

White with #F4151A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4151A; }

 p { color: rgb(244,21,26); }

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

background-color css

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

 a { background-color: rgb(244,21,26); }

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

border-color css

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

 span { border-color: rgb(244,21,26); }

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