Html Css Color HEX #F51E3E Torch Red

📋 copy color: '#F51E3E'

red 245 ◦ green 30 ◦ blue 62

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

Shades of Torch Red #F51E3E

Tints of Torch Red #F51E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.4%

R = 72.7%
G = 8.9%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F51E3E (or 0xF51E3E) is known color: Torch Red. HEX triplet: F5, 1E and 3E. RGB value is (245,30,62). Sum of RGB (Red+Green+Blue) = 245+30+62=337 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.70% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 245 - color contains mainly: red. Hex color #F51E3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51E3E is #0AE1C1. Grayscale: #626262. Windows color (decimal): -713154 or 4071157. OLE color: 4071157.

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

Color convert

RGB 245 30 62 -
CMYK 0 0.88 0.75 0.04
HSL 351.07º 0.91% 0.54% -
HSV(B) 351.07º 0.88% 0.96% -
XYZ 38.99 20.69 6.5 -
YUV 97.93 107.73 232.9 -
System Red Green Blue C M Y K H S L
Decimal 245 30 62 0 0.88 0.75 0.04 351.07 0.91 0.54
Hex F5 1E 3E 0 58 4B 4 15F 5B 36
Octal 365 36 76 0 130 113 4 537 133 66
Binary 11110101 11110 111110 0 1011000 1001011 100 101011111 1011011 110110

Color Harmonies of #F51E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51E3E

Black with #F51E3E

Text Example


Text Example

White with #F51E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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