Html Css Color HEX #F50318 Torch Red

📋 copy color: '#F50318'

red 245 ◦ green 3 ◦ blue 24

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

Shades of Torch Red #F50318

Tints of Torch Red #F50318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.82%

R = 90.07%
G = 1.1%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F50318 (or 0xF50318) is known color: Torch Red. HEX triplet: F5, 03 and 18. RGB value is (245,3,24). Sum of RGB (Red+Green+Blue) = 245+3+24=272 (36% of max value = 765). Red value is 245 (96.09% from 255 or 90.07% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 245 - color contains mainly: red. Hex color #F50318 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50318 is #0AFCE7. Grayscale: #4D4D4D. Windows color (decimal): -720104 or 1573877. OLE color: 1573877.

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

Color convert

RGB 245 3 24 -
CMYK 0 0.99 0.90 0.04
HSL 354.79º 0.98% 0.49% -
HSV(B) 354.79º 0.99% 0.96% -
XYZ 37.85 19.54 2.64 -
YUV 77.75 97.67 247.29 -
System Red Green Blue C M Y K H S L
Decimal 245 3 24 0 0.99 0.90 0.04 354.79 0.98 0.49
Hex F5 3 18 0 63 5A 4 163 62 31
Octal 365 3 30 0 143 132 4 543 142 61
Binary 11110101 11 11000 0 1100011 1011010 100 101100011 1100010 110001

Color Harmonies of #F50318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50318

Black with #F50318

Text Example


Text Example

White with #F50318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50318; }

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

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

background-color css

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

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

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

border-color css

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

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

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