Html Css Color HEX #F51213 Torch Red

📋 copy color: '#F51213'

red 245 ◦ green 18 ◦ blue 19

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

Shades of Torch Red #F51213

Tints of Torch Red #F51213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.38%

 BLUE value IS 19 (7.81% from 255) = 6.74%

R = 86.88%
G = 6.38%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F51213 (or 0xF51213) is known color: Torch Red. HEX triplet: F5, 12 and 13. RGB value is (245,18,19). Sum of RGB (Red+Green+Blue) = 245+18+19=282 (37% of max value = 765). Red value is 245 (96.09% from 255 or 86.88% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 245 - color contains mainly: red. Hex color #F51213 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51213 is #0AEDEC. Grayscale: #565656. Windows color (decimal): -716269 or 1250037. OLE color: 1250037.

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

Color convert

RGB 245 18 19 -
CMYK 0 0.93 0.92 0.04
HSL 359.74º 0.92% 0.52% -
HSV(B) 359.74º 0.93% 0.96% -
XYZ 37.99 19.89 2.45 -
YUV 85.99 90.21 241.42 -
System Red Green Blue C M Y K H S L
Decimal 245 18 19 0 0.93 0.92 0.04 359.74 0.92 0.52
Hex F5 12 13 0 5D 5C 4 168 5C 34
Octal 365 22 23 0 135 134 4 550 134 64
Binary 11110101 10010 10011 0 1011101 1011100 100 101101000 1011100 110100

Color Harmonies of #F51213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51213

Black with #F51213

Text Example


Text Example

White with #F51213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51213; }

 p { color: rgb(245,18,19); }

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

background-color css

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

 a { background-color: rgb(245,18,19); }

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

border-color css

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

 span { border-color: rgb(245,18,19); }

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