Html Css Color HEX #F4151E Torch Red

📋 copy color: '#F4151E'

red 244 ◦ green 21 ◦ blue 30

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

Shades of Torch Red #F4151E

Tints of Torch Red #F4151E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.17%

R = 82.71%
G = 7.12%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F4151E (or 0xF4151E) is known color: Torch Red. HEX triplet: F4, 15 and 1E. RGB value is (244,21,30). Sum of RGB (Red+Green+Blue) = 244+21+30=295 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.71% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 244 - color contains mainly: red. Hex color #F4151E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4151E is #0BEAE1. Grayscale: #585858. Windows color (decimal): -781026 or 1971700. OLE color: 1971700.

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

Color convert

RGB 244 21 30 -
CMYK 0 0.91 0.88 0.04
HSL 357.58º 0.91% 0.52% -
HSV(B) 357.58º 0.91% 0.96% -
XYZ 37.81 19.86 3.07 -
YUV 88.7 94.88 238.77 -
System Red Green Blue C M Y K H S L
Decimal 244 21 30 0 0.91 0.88 0.04 357.58 0.91 0.52
Hex F4 15 1E 0 5B 58 4 166 5B 34
Octal 364 25 36 0 133 130 4 546 133 64
Binary 11110100 10101 11110 0 1011011 1011000 100 101100110 1011011 110100

Color Harmonies of #F4151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4151E

Black with #F4151E

Text Example


Text Example

White with #F4151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4151E; }

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

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

background-color css

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

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

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

border-color css

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

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

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