Html Css Color HEX #F51D33 Torch Red

📋 copy color: '#F51D33'

red 245 ◦ green 29 ◦ blue 51

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

Shades of Torch Red #F51D33

Tints of Torch Red #F51D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.69%

R = 75.38%
G = 8.92%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F51D33 (or 0xF51D33) is known color: Torch Red. HEX triplet: F5, 1D and 33. RGB value is (245,29,51). Sum of RGB (Red+Green+Blue) = 245+29+51=325 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.38% from 325); Green value is 29 (11.72% from 255 or 8.92% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 245 - color contains mainly: red. Hex color #F51D33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51D33 is #0AE2CC. Grayscale: #606060. Windows color (decimal): -713421 or 3350005. OLE color: 3350005.

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

Color convert

RGB 245 29 51 -
CMYK 0 0.88 0.79 0.04
HSL 353.89º 0.92% 0.54% -
HSV(B) 353.89º 0.88% 0.96% -
XYZ 38.69 20.53 5.06 -
YUV 96.09 102.56 234.21 -
System Red Green Blue C M Y K H S L
Decimal 245 29 51 0 0.88 0.79 0.04 353.89 0.92 0.54
Hex F5 1D 33 0 58 4F 4 162 5C 36
Octal 365 35 63 0 130 117 4 542 134 66
Binary 11110101 11101 110011 0 1011000 1001111 100 101100010 1011100 110110

Color Harmonies of #F51D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51D33

Black with #F51D33

Text Example


Text Example

White with #F51D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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