Html Css Color HEX #F51C2B Torch Red

📋 copy color: '#F51C2B'

red 245 ◦ green 28 ◦ blue 43

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

Shades of Torch Red #F51C2B

Tints of Torch Red #F51C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.61%

R = 77.53%
G = 8.86%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F51C2B (or 0xF51C2B) is known color: Torch Red. HEX triplet: F5, 1C and 2B. RGB value is (245,28,43). Sum of RGB (Red+Green+Blue) = 245+28+43=316 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.53% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 245 - color contains mainly: red. Hex color #F51C2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51C2B is #0AE3D4. Grayscale: #5E5E5E. Windows color (decimal): -713685 or 2825461. OLE color: 2825461.

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

Color convert

RGB 245 28 43 -
CMYK 0 0.89 0.82 0.04
HSL 355.85º 0.92% 0.54% -
HSV(B) 355.85º 0.89% 0.96% -
XYZ 38.51 20.42 4.2 -
YUV 94.59 98.89 235.28 -
System Red Green Blue C M Y K H S L
Decimal 245 28 43 0 0.89 0.82 0.04 355.85 0.92 0.54
Hex F5 1C 2B 0 59 52 4 164 5C 36
Octal 365 34 53 0 131 122 4 544 134 66
Binary 11110101 11100 101011 0 1011001 1010010 100 101100100 1011100 110110

Color Harmonies of #F51C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51C2B

Black with #F51C2B

Text Example


Text Example

White with #F51C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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