Html Css Color HEX #F51537 Torch Red

📋 copy color: '#F51537'

red 245 ◦ green 21 ◦ blue 55

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

Shades of Torch Red #F51537

Tints of Torch Red #F51537

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.54%

 BLUE value IS 55 (21.88% from 255) = 17.13%

R = 76.32%
G = 6.54%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F51537 (or 0xF51537) is known color: Torch Red. HEX triplet: F5, 15 and 37. RGB value is (245,21,55). Sum of RGB (Red+Green+Blue) = 245+21+55=321 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.32% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 245 - color contains mainly: red. Hex color #F51537 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51537 is #0AEAC8. Grayscale: #5B5B5B. Windows color (decimal): -715465 or 3610101. OLE color: 3610101.

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

Color convert

RGB 245 21 55 -
CMYK 0 0.91 0.78 0.04
HSL 350.89º 0.92% 0.52% -
HSV(B) 350.89º 0.91% 0.96% -
XYZ 38.61 20.22 5.48 -
YUV 91.85 107.21 237.24 -
System Red Green Blue C M Y K H S L
Decimal 245 21 55 0 0.91 0.78 0.04 350.89 0.92 0.52
Hex F5 15 37 0 5B 4E 4 15F 5C 34
Octal 365 25 67 0 133 116 4 537 134 64
Binary 11110101 10101 110111 0 1011011 1001110 100 101011111 1011100 110100

Color Harmonies of #F51537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51537

Black with #F51537

Text Example


Text Example

White with #F51537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51537; }

 p { color: rgb(245,21,55); }

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

background-color css

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

 a { background-color: rgb(245,21,55); }

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

border-color css

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

 span { border-color: rgb(245,21,55); }

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