Html Css Color HEX #F4052D Torch Red

📋 copy color: '#F4052D'

red 244 ◦ green 5 ◦ blue 45

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

Shades of Torch Red #F4052D

Tints of Torch Red #F4052D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.7%

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

R = 82.99%
G = 1.7%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F4052D (or 0xF4052D) is known color: Torch Red. HEX triplet: F4, 05 and 2D. RGB value is (244,5,45). Sum of RGB (Red+Green+Blue) = 244+5+45=294 (38% of max value = 765). Red value is 244 (95.70% from 255 or 82.99% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 244 - color contains mainly: red. Hex color #F4052D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4052D is #0BFAD2. Grayscale: #515151. Windows color (decimal): -785107 or 2950644. OLE color: 2950644.

HSL color Cylindrical-coordinate representation of color #F4052D: hue angle of 349.96º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F4052D is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 5 45 -
CMYK 0 0.98 0.82 0.04
HSL 349.96º 0.96% 0.49% -
HSV(B) 349.96º 0.98% 0.96% -
XYZ 37.84 19.53 4.26 -
YUV 81.02 107.68 244.25 -
System Red Green Blue C M Y K H S L
Decimal 244 5 45 0 0.98 0.82 0.04 349.96 0.96 0.49
Hex F4 5 2D 0 62 52 4 15E 60 31
Octal 364 5 55 0 142 122 4 536 140 61
Binary 11110100 101 101101 0 1100010 1010010 100 101011110 1100000 110001

Color Harmonies of #F4052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4052D

Black with #F4052D

Text Example


Text Example

White with #F4052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4052D; }

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

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

background-color css

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

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

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

border-color css

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

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

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