Html Css Color HEX #F51D25 Torch Red

📋 copy color: '#F51D25'

red 245 ◦ green 29 ◦ blue 37

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

Shades of Torch Red #F51D25

Tints of Torch Red #F51D25

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.32%

 BLUE value IS 37 (14.84% from 255) = 11.9%

R = 78.78%
G = 9.32%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F51D25 (or 0xF51D25) is known color: Torch Red. HEX triplet: F5, 1D and 25. RGB value is (245,29,37). Sum of RGB (Red+Green+Blue) = 245+29+37=311 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.78% from 311); Green value is 29 (11.72% from 255 or 9.32% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 245 - color contains mainly: red. Hex color #F51D25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51D25 is #0AE2DA. Grayscale: #5E5E5E. Windows color (decimal): -713435 or 2432501. OLE color: 2432501.

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

Color convert

RGB 245 29 37 -
CMYK 0 0.88 0.85 0.04
HSL 357.78º 0.92% 0.54% -
HSV(B) 357.78º 0.88% 0.96% -
XYZ 38.43 20.42 3.67 -
YUV 94.5 95.56 235.35 -
System Red Green Blue C M Y K H S L
Decimal 245 29 37 0 0.88 0.85 0.04 357.78 0.92 0.54
Hex F5 1D 25 0 58 55 4 166 5C 36
Octal 365 35 45 0 130 125 4 546 134 66
Binary 11110101 11101 100101 0 1011000 1010101 100 101100110 1011100 110110

Color Harmonies of #F51D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51D25

Black with #F51D25

Text Example


Text Example

White with #F51D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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