Html Css Color HEX #F51E2F Torch Red

📋 copy color: '#F51E2F'

red 245 ◦ green 30 ◦ blue 47

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

Shades of Torch Red #F51E2F

Tints of Torch Red #F51E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.6%

R = 76.09%
G = 9.32%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F51E2F (or 0xF51E2F) is known color: Torch Red. HEX triplet: F5, 1E and 2F. RGB value is (245,30,47). Sum of RGB (Red+Green+Blue) = 245+30+47=322 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.09% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 245 - color contains mainly: red. Hex color #F51E2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51E2F is #0AE1D0. Grayscale: #606060. Windows color (decimal): -713169 or 3088117. OLE color: 3088117.

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

Color convert

RGB 245 30 47 -
CMYK 0 0.88 0.81 0.04
HSL 355.26º 0.91% 0.54% -
HSV(B) 355.26º 0.88% 0.96% -
XYZ 38.63 20.55 4.62 -
YUV 96.22 100.23 234.12 -
System Red Green Blue C M Y K H S L
Decimal 245 30 47 0 0.88 0.81 0.04 355.26 0.91 0.54
Hex F5 1E 2F 0 58 51 4 163 5B 36
Octal 365 36 57 0 130 121 4 543 133 66
Binary 11110101 11110 101111 0 1011000 1010001 100 101100011 1011011 110110

Color Harmonies of #F51E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51E2F

Black with #F51E2F

Text Example


Text Example

White with #F51E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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