Html Css Color HEX #F5000C Torch Red

📋 copy color: '#F5000C'

red 245 ◦ green 0 ◦ blue 12

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

Shades of Torch Red #F5000C

Tints of Torch Red #F5000C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.67%

R = 95.33%
G = 0%
B = 4.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F5000C (or 0xF5000C) is known color: Torch Red. HEX triplet: F5, 00 and 0C. RGB value is (245,0,12). Sum of RGB (Red+Green+Blue) = 245+0+12=257 (34% of max value = 765). Red value is 245 (96.09% from 255 or 95.33% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 245 - color contains mainly: red. Hex color #F5000C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5000C is #0AFFF3. Grayscale: #4A4A4A. Windows color (decimal): -720884 or 786677. OLE color: 786677.

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

Color convert

RGB 245 0 12 -
CMYK 0 1 0.95 0.04
HSL 357.06º 1% 0.48% -
HSV(B) 357.06º 1% 0.96% -
XYZ 37.72 19.44 2.11 -
YUV 74.62 92.67 249.52 -
System Red Green Blue C M Y K H S L
Decimal 245 0 12 0 1 0.95 0.04 357.06 1 0.48
Hex F5 0 C 0 64 5F 4 165 64 30
Octal 365 0 14 0 144 137 4 545 144 60
Binary 11110101 0 1100 0 1100100 1011111 100 101100101 1100100 110000

Color Harmonies of #F5000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5000C

Black with #F5000C

Text Example


Text Example

White with #F5000C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5000C; }

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

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

background-color css

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

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

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

border-color css

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

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

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