Html Css Color HEX #F51935 Torch Red

📋 copy color: '#F51935'

red 245 ◦ green 25 ◦ blue 53

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

Shades of Torch Red #F51935

Tints of Torch Red #F51935

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.74%

 BLUE value IS 53 (21.09% from 255) = 16.41%

R = 75.85%
G = 7.74%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F51935 (or 0xF51935) is known color: Torch Red. HEX triplet: F5, 19 and 35. RGB value is (245,25,53). Sum of RGB (Red+Green+Blue) = 245+25+53=323 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.85% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 245 - color contains mainly: red. Hex color #F51935 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51935 is #0AE6CA. Grayscale: #5E5E5E. Windows color (decimal): -714443 or 3480053. OLE color: 3480053.

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

Color convert

RGB 245 25 53 -
CMYK 0 0.90 0.78 0.04
HSL 352.36º 0.92% 0.53% -
HSV(B) 352.36º 0.9% 0.96% -
XYZ 38.65 20.36 5.26 -
YUV 93.97 104.89 235.72 -
System Red Green Blue C M Y K H S L
Decimal 245 25 53 0 0.90 0.78 0.04 352.36 0.92 0.53
Hex F5 19 35 0 5A 4E 4 160 5C 35
Octal 365 31 65 0 132 116 4 540 134 65
Binary 11110101 11001 110101 0 1011010 1001110 100 101100000 1011100 110101

Color Harmonies of #F51935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51935

Black with #F51935

Text Example


Text Example

White with #F51935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51935; }

 p { color: rgb(245,25,53); }

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

background-color css

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

 a { background-color: rgb(245,25,53); }

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

border-color css

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

 span { border-color: rgb(245,25,53); }

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