Html Css Color HEX #F50327 Torch Red

📋 copy color: '#F50327'

red 245 ◦ green 3 ◦ blue 39

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

Shades of Torch Red #F50327

Tints of Torch Red #F50327

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

 BLUE value IS 39 (15.63% from 255) = 13.59%

R = 85.37%
G = 1.05%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F50327 (or 0xF50327) is known color: Torch Red. HEX triplet: F5, 03 and 27. RGB value is (245,3,39). Sum of RGB (Red+Green+Blue) = 245+3+39=287 (38% of max value = 765). Red value is 245 (96.09% from 255 or 85.37% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 245 - color contains mainly: red. Hex color #F50327 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50327 is #0AFCD8. Grayscale: #4F4F4F. Windows color (decimal): -720089 or 2556917. OLE color: 2556917.

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

Color convert

RGB 245 3 39 -
CMYK 0 0.99 0.84 0.04
HSL 351.07º 0.98% 0.49% -
HSV(B) 351.07º 0.99% 0.96% -
XYZ 38.05 19.62 3.7 -
YUV 79.46 105.17 246.07 -
System Red Green Blue C M Y K H S L
Decimal 245 3 39 0 0.99 0.84 0.04 351.07 0.98 0.49
Hex F5 3 27 0 63 54 4 15F 62 31
Octal 365 3 47 0 143 124 4 537 142 61
Binary 11110101 11 100111 0 1100011 1010100 100 101011111 1100010 110001

Color Harmonies of #F50327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50327

Black with #F50327

Text Example


Text Example

White with #F50327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50327; }

 p { color: rgb(245,3,39); }

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

background-color css

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

 a { background-color: rgb(245,3,39); }

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

border-color css

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

 span { border-color: rgb(245,3,39); }

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