Html Css Color HEX #F4182D Torch Red

📋 copy color: '#F4182D'

red 244 ◦ green 24 ◦ blue 45

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

Shades of Torch Red #F4182D

Tints of Torch Red #F4182D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.38%

R = 77.96%
G = 7.67%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F4182D (or 0xF4182D) is known color: Torch Red. HEX triplet: F4, 18 and 2D. RGB value is (244,24,45). Sum of RGB (Red+Green+Blue) = 244+24+45=313 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.96% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 244 - color contains mainly: red. Hex color #F4182D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4182D is #0BE7D2. Grayscale: #5C5C5C. Windows color (decimal): -780243 or 2955508. OLE color: 2955508.

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

Color convert

RGB 244 24 45 -
CMYK 0 0.90 0.82 0.04
HSL 354.27º 0.91% 0.53% -
HSV(B) 354.27º 0.9% 0.96% -
XYZ 38.11 20.08 4.35 -
YUV 92.17 101.39 236.29 -
System Red Green Blue C M Y K H S L
Decimal 244 24 45 0 0.90 0.82 0.04 354.27 0.91 0.53
Hex F4 18 2D 0 5A 52 4 162 5B 35
Octal 364 30 55 0 132 122 4 542 133 65
Binary 11110100 11000 101101 0 1011010 1010010 100 101100010 1011011 110101

Color Harmonies of #F4182D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4182D

Black with #F4182D

Text Example


Text Example

White with #F4182D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4182D; }

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

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

background-color css

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

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

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

border-color css

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

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

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