Html Css Color HEX #F50612 Torch Red

📋 copy color: '#F50612'

red 245 ◦ green 6 ◦ blue 18

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

Shades of Torch Red #F50612

Tints of Torch Red #F50612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.23%

 BLUE value IS 18 (7.42% from 255) = 6.69%

R = 91.08%
G = 2.23%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F50612 (or 0xF50612) is known color: Torch Red. HEX triplet: F5, 06 and 12. RGB value is (245,6,18). Sum of RGB (Red+Green+Blue) = 245+6+18=269 (35% of max value = 765). Red value is 245 (96.09% from 255 or 91.08% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 245 - color contains mainly: red. Hex color #F50612 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50612 is #0AF9ED. Grayscale: #4F4F4F. Windows color (decimal): -719342 or 1181429. OLE color: 1181429.

HSL color Cylindrical-coordinate representation of color #F50612: hue angle of 356.99º degrees, saturation: 0.95, 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 #F50612 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 6 18 -
CMYK 0 0.98 0.93 0.04
HSL 356.99º 0.95% 0.49% -
HSV(B) 356.99º 0.98% 0.96% -
XYZ 37.83 19.59 2.36 -
YUV 78.83 93.68 246.52 -
System Red Green Blue C M Y K H S L
Decimal 245 6 18 0 0.98 0.93 0.04 356.99 0.95 0.49
Hex F5 6 12 0 62 5D 4 165 5F 31
Octal 365 6 22 0 142 135 4 545 137 61
Binary 11110101 110 10010 0 1100010 1011101 100 101100101 1011111 110001

Color Harmonies of #F50612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50612

Black with #F50612

Text Example


Text Example

White with #F50612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50612; }

 p { color: rgb(245,6,18); }

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

background-color css

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

 a { background-color: rgb(245,6,18); }

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

border-color css

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

 span { border-color: rgb(245,6,18); }

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