Html Css Color HEX #F5151D Torch Red

📋 copy color: '#F5151D'

red 245 ◦ green 21 ◦ blue 29

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

Shades of Torch Red #F5151D

Tints of Torch Red #F5151D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.83%

R = 83.05%
G = 7.12%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F5151D (or 0xF5151D) is known color: Torch Red. HEX triplet: F5, 15 and 1D. RGB value is (245,21,29). Sum of RGB (Red+Green+Blue) = 245+21+29=295 (39% of max value = 765). Red value is 245 (96.09% from 255 or 83.05% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 245 - color contains mainly: red. Hex color #F5151D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5151D is #0AEAE2. Grayscale: #595959. Windows color (decimal): -715491 or 1906165. OLE color: 1906165.

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

Color convert

RGB 245 21 29 -
CMYK 0 0.91 0.88 0.04
HSL 357.86º 0.92% 0.52% -
HSV(B) 357.86º 0.91% 0.96% -
XYZ 38.15 20.04 3.02 -
YUV 88.89 94.21 239.35 -
System Red Green Blue C M Y K H S L
Decimal 245 21 29 0 0.91 0.88 0.04 357.86 0.92 0.52
Hex F5 15 1D 0 5B 58 4 166 5C 34
Octal 365 25 35 0 133 130 4 546 134 64
Binary 11110101 10101 11101 0 1011011 1011000 100 101100110 1011100 110100

Color Harmonies of #F5151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5151D

Black with #F5151D

Text Example


Text Example

White with #F5151D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5151D; }

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

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

background-color css

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

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

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

border-color css

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

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

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