Html Css Color HEX #F4141D Torch Red

📋 copy color: '#F4141D'

red 244 ◦ green 20 ◦ blue 29

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

Shades of Torch Red #F4141D

Tints of Torch Red #F4141D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.83%

 BLUE value IS 29 (11.72% from 255) = 9.9%

R = 83.28%
G = 6.83%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F4141D (or 0xF4141D) is known color: Torch Red. HEX triplet: F4, 14 and 1D. RGB value is (244,20,29). Sum of RGB (Red+Green+Blue) = 244+20+29=293 (38% of max value = 765). Red value is 244 (95.70% from 255 or 83.28% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 244 - color contains mainly: red. Hex color #F4141D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4141D is #0BEBE2. Grayscale: #585858. Windows color (decimal): -781283 or 1905908. OLE color: 1905908.

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

Color convert

RGB 244 20 29 -
CMYK 0 0.92 0.88 0.04
HSL 357.59º 0.91% 0.52% -
HSV(B) 357.59º 0.92% 0.96% -
XYZ 37.78 19.82 3 -
YUV 88 94.71 239.27 -
System Red Green Blue C M Y K H S L
Decimal 244 20 29 0 0.92 0.88 0.04 357.59 0.91 0.52
Hex F4 14 1D 0 5C 58 4 166 5B 34
Octal 364 24 35 0 134 130 4 546 133 64
Binary 11110100 10100 11101 0 1011100 1011000 100 101100110 1011011 110100

Color Harmonies of #F4141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4141D

Black with #F4141D

Text Example


Text Example

White with #F4141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4141D; }

 p { color: rgb(244,20,29); }

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

background-color css

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

 a { background-color: rgb(244,20,29); }

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

border-color css

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

 span { border-color: rgb(244,20,29); }

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