Html Css Color HEX #F51C3E Torch Red

📋 copy color: '#F51C3E'

red 245 ◦ green 28 ◦ blue 62

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

Shades of Torch Red #F51C3E

Tints of Torch Red #F51C3E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.36%

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

R = 73.13%
G = 8.36%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F51C3E (or 0xF51C3E) is known color: Torch Red. HEX triplet: F5, 1C and 3E. RGB value is (245,28,62). Sum of RGB (Red+Green+Blue) = 245+28+62=335 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.13% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 245 - color contains mainly: red. Hex color #F51C3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51C3E is #0AE3C1. Grayscale: #606060. Windows color (decimal): -713666 or 4070645. OLE color: 4070645.

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

Color convert

RGB 245 28 62 -
CMYK 0 0.89 0.75 0.04
HSL 350.6º 0.92% 0.54% -
HSV(B) 350.6º 0.89% 0.96% -
XYZ 38.94 20.59 6.48 -
YUV 96.76 108.39 233.74 -
System Red Green Blue C M Y K H S L
Decimal 245 28 62 0 0.89 0.75 0.04 350.6 0.92 0.54
Hex F5 1C 3E 0 59 4B 4 15F 5C 36
Octal 365 34 76 0 131 113 4 537 134 66
Binary 11110101 11100 111110 0 1011001 1001011 100 101011111 1011100 110110

Color Harmonies of #F51C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51C3E

Black with #F51C3E

Text Example


Text Example

White with #F51C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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