Html Css Color HEX #F4181E Torch Red

📋 copy color: '#F4181E'

red 244 ◦ green 24 ◦ blue 30

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

Shades of Torch Red #F4181E

Tints of Torch Red #F4181E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.05%

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

R = 81.88%
G = 8.05%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F4181E (or 0xF4181E) is known color: Torch Red. HEX triplet: F4, 18 and 1E. RGB value is (244,24,30). Sum of RGB (Red+Green+Blue) = 244+24+30=298 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.88% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 244 - color contains mainly: red. Hex color #F4181E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4181E is #0BE7E1. Grayscale: #5A5A5A. Windows color (decimal): -780258 or 1972468. OLE color: 1972468.

HSL color Cylindrical-coordinate representation of color #F4181E: hue angle of 358.36º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F4181E is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 24 30 -
CMYK 0 0.90 0.88 0.04
HSL 358.36º 0.91% 0.53% -
HSV(B) 358.36º 0.9% 0.96% -
XYZ 37.87 19.98 3.09 -
YUV 90.46 93.89 237.51 -
System Red Green Blue C M Y K H S L
Decimal 244 24 30 0 0.90 0.88 0.04 358.36 0.91 0.53
Hex F4 18 1E 0 5A 58 4 166 5B 35
Octal 364 30 36 0 132 130 4 546 133 65
Binary 11110100 11000 11110 0 1011010 1011000 100 101100110 1011011 110101

Color Harmonies of #F4181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4181E

Black with #F4181E

Text Example


Text Example

White with #F4181E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4181E; }

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

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

background-color css

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

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

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

border-color css

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

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

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