Html Css Color HEX #F51B43 Torch Red

📋 copy color: '#F51B43'

red 245 ◦ green 27 ◦ blue 67

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

Shades of Torch Red #F51B43

Tints of Torch Red #F51B43

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.96%

 BLUE value IS 67 (26.56% from 255) = 19.76%

R = 72.27%
G = 7.96%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F51B43 (or 0xF51B43) is known color: Torch Red. HEX triplet: F5, 1B and 43. RGB value is (245,27,67). Sum of RGB (Red+Green+Blue) = 245+27+67=339 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.27% from 339); Green value is 27 (10.94% from 255 or 7.96% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 245 - color contains mainly: red. Hex color #F51B43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51B43 is #0AE4BC. Grayscale: #606060. Windows color (decimal): -713917 or 4398069. OLE color: 4398069.

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

Color convert

RGB 245 27 67 -
CMYK 0 0.89 0.73 0.04
HSL 348.99º 0.92% 0.53% -
HSV(B) 348.99º 0.89% 0.96% -
XYZ 39.06 20.6 7.23 -
YUV 96.74 111.22 233.75 -
System Red Green Blue C M Y K H S L
Decimal 245 27 67 0 0.89 0.73 0.04 348.99 0.92 0.53
Hex F5 1B 43 0 59 49 4 15D 5C 35
Octal 365 33 103 0 131 111 4 535 134 65
Binary 11110101 11011 1000011 0 1011001 1001001 100 101011101 1011100 110101

Color Harmonies of #F51B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51B43

Black with #F51B43

Text Example


Text Example

White with #F51B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51B43; }

 p { color: rgb(245,27,67); }

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

background-color css

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

 a { background-color: rgb(245,27,67); }

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

border-color css

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

 span { border-color: rgb(245,27,67); }

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