Html Css Color HEX #F50433 Torch Red

📋 copy color: '#F50433'

red 245 ◦ green 4 ◦ blue 51

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

Shades of Torch Red #F50433

Tints of Torch Red #F50433

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.33%

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

R = 81.67%
G = 1.33%
B = 17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F50433 (or 0xF50433) is known color: Torch Red. HEX triplet: F5, 04 and 33. RGB value is (245,4,51). Sum of RGB (Red+Green+Blue) = 245+4+51=300 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.67% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 245 - color contains mainly: red. Hex color #F50433 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50433 is #0AFBCC. Grayscale: #515151. Windows color (decimal): -719821 or 3343605. OLE color: 3343605.

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

Color convert

RGB 245 4 51 -
CMYK 0 0.98 0.79 0.04
HSL 348.3º 0.97% 0.49% -
HSV(B) 348.3º 0.98% 0.96% -
XYZ 38.3 19.74 4.92 -
YUV 81.42 110.84 244.68 -
System Red Green Blue C M Y K H S L
Decimal 245 4 51 0 0.98 0.79 0.04 348.3 0.97 0.49
Hex F5 4 33 0 62 4F 4 15C 61 31
Octal 365 4 63 0 142 117 4 534 141 61
Binary 11110101 100 110011 0 1100010 1001111 100 101011100 1100001 110001

Color Harmonies of #F50433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50433

Black with #F50433

Text Example


Text Example

White with #F50433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50433; }

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

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

background-color css

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

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

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

border-color css

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

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

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