Html Css Color HEX #F50315 Torch Red

📋 copy color: '#F50315'

red 245 ◦ green 3 ◦ blue 21

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

Shades of Torch Red #F50315

Tints of Torch Red #F50315

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

 BLUE value IS 21 (8.59% from 255) = 7.81%

R = 91.08%
G = 1.12%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F50315 (or 0xF50315) is known color: Torch Red. HEX triplet: F5, 03 and 15. RGB value is (245,3,21). Sum of RGB (Red+Green+Blue) = 245+3+21=269 (35% of max value = 765). Red value is 245 (96.09% from 255 or 91.08% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 245 - color contains mainly: red. Hex color #F50315 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50315 is #0AFCEA. Grayscale: #4D4D4D. Windows color (decimal): -720107 or 1377269. OLE color: 1377269.

HSL color Cylindrical-coordinate representation of color #F50315: hue angle of 355.54º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F50315 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 3 21 -
CMYK 0 0.99 0.91 0.04
HSL 355.54º 0.98% 0.49% -
HSV(B) 355.54º 0.99% 0.96% -
XYZ 37.82 19.53 2.49 -
YUV 77.41 96.17 247.54 -
System Red Green Blue C M Y K H S L
Decimal 245 3 21 0 0.99 0.91 0.04 355.54 0.98 0.49
Hex F5 3 15 0 63 5B 4 164 62 31
Octal 365 3 25 0 143 133 4 544 142 61
Binary 11110101 11 10101 0 1100011 1011011 100 101100100 1100010 110001

Color Harmonies of #F50315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50315

Black with #F50315

Text Example


Text Example

White with #F50315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50315; }

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

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

background-color css

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

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

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

border-color css

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

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

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