Html Css Color HEX #F51E2C Torch Red

📋 copy color: '#F51E2C'

red 245 ◦ green 30 ◦ blue 44

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

Shades of Torch Red #F51E2C

Tints of Torch Red #F51E2C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.4%

 BLUE value IS 44 (17.58% from 255) = 13.79%

R = 76.8%
G = 9.4%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F51E2C (or 0xF51E2C) is known color: Torch Red. HEX triplet: F5, 1E and 2C. RGB value is (245,30,44). Sum of RGB (Red+Green+Blue) = 245+30+44=319 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.80% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 245 - color contains mainly: red. Hex color #F51E2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51E2C is #0AE1D3. Grayscale: #606060. Windows color (decimal): -713172 or 2891509. OLE color: 2891509.

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

Color convert

RGB 245 30 44 -
CMYK 0 0.88 0.82 0.04
HSL 356.09º 0.91% 0.54% -
HSV(B) 356.09º 0.88% 0.96% -
XYZ 38.58 20.52 4.31 -
YUV 95.88 98.73 234.36 -
System Red Green Blue C M Y K H S L
Decimal 245 30 44 0 0.88 0.82 0.04 356.09 0.91 0.54
Hex F5 1E 2C 0 58 52 4 164 5B 36
Octal 365 36 54 0 130 122 4 544 133 66
Binary 11110101 11110 101100 0 1011000 1010010 100 101100100 1011011 110110

Color Harmonies of #F51E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51E2C

Black with #F51E2C

Text Example


Text Example

White with #F51E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51E2C; }

 p { color: rgb(245,30,44); }

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

background-color css

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

 a { background-color: rgb(245,30,44); }

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

border-color css

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

 span { border-color: rgb(245,30,44); }

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