Html Css Color HEX #F50033 Torch Red

📋 copy color: '#F50033'

red 245 ◦ green 0 ◦ blue 51

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

Shades of Torch Red #F50033

Tints of Torch Red #F50033

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 82.77%
G = 0%
B = 17.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F50033 (or 0xF50033) is known color: Torch Red. HEX triplet: F5, 00 and 33. RGB value is (245,0,51). Sum of RGB (Red+Green+Blue) = 245+0+51=296 (39% of max value = 765). Red value is 245 (96.09% from 255 or 82.77% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 245 - color contains mainly: red. Hex color #F50033 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50033 is #0AFFCC. Grayscale: #4F4F4F. Windows color (decimal): -720845 or 3342581. OLE color: 3342581.

HSL color Cylindrical-coordinate representation of color #F50033: hue angle of 347.51º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F50033 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 0 51 -
CMYK 0 1 0.79 0.04
HSL 347.51º 1% 0.48% -
HSV(B) 347.51º 1% 0.96% -
XYZ 38.25 19.65 4.91 -
YUV 79.07 112.17 246.35 -
System Red Green Blue C M Y K H S L
Decimal 245 0 51 0 1 0.79 0.04 347.51 1 0.48
Hex F5 0 33 0 64 4F 4 15C 64 30
Octal 365 0 63 0 144 117 4 534 144 60
Binary 11110101 0 110011 0 1100100 1001111 100 101011100 1100100 110000

Color Harmonies of #F50033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50033

Black with #F50033

Text Example


Text Example

White with #F50033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50033; }

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

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

background-color css

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

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

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

border-color css

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

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

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