Html Css Color HEX #F5122D Torch Red

📋 copy color: '#F5122D'

red 245 ◦ green 18 ◦ blue 45

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

Shades of Torch Red #F5122D

Tints of Torch Red #F5122D

RGB

 RED value IS 245 (96.09% from 255) = 79.55%

 GREEN value IS 18 (7.42% from 255) = 5.84%

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

R = 79.55%
G = 5.84%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5122D (or 0xF5122D) is known color: Torch Red. HEX triplet: F5, 12 and 2D. RGB value is (245,18,45). Sum of RGB (Red+Green+Blue) = 245+18+45=308 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.55% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 245 - color contains mainly: red. Hex color #F5122D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5122D is #0AEDD2. Grayscale: #595959. Windows color (decimal): -716243 or 2953973. OLE color: 2953973.

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

Color convert

RGB 245 18 45 -
CMYK 0 0.93 0.82 0.04
HSL 352.86º 0.92% 0.52% -
HSV(B) 352.86º 0.93% 0.96% -
XYZ 38.35 20.03 4.33 -
YUV 88.95 103.21 239.3 -
System Red Green Blue C M Y K H S L
Decimal 245 18 45 0 0.93 0.82 0.04 352.86 0.92 0.52
Hex F5 12 2D 0 5D 52 4 161 5C 34
Octal 365 22 55 0 135 122 4 541 134 64
Binary 11110101 10010 101101 0 1011101 1010010 100 101100001 1011100 110100

Color Harmonies of #F5122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5122D

Black with #F5122D

Text Example


Text Example

White with #F5122D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5122D; }

 p { color: rgb(245,18,45); }

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

background-color css

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

 a { background-color: rgb(245,18,45); }

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

border-color css

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

 span { border-color: rgb(245,18,45); }

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