Html Css Color HEX #F51618 Torch Red

📋 copy color: '#F51618'

red 245 ◦ green 22 ◦ blue 24

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

Shades of Torch Red #F51618

Tints of Torch Red #F51618

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.56%

 BLUE value IS 24 (9.77% from 255) = 8.25%

R = 84.19%
G = 7.56%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F51618 (or 0xF51618) is known color: Torch Red. HEX triplet: F5, 16 and 18. RGB value is (245,22,24). Sum of RGB (Red+Green+Blue) = 245+22+24=291 (38% of max value = 765). Red value is 245 (96.09% from 255 or 84.19% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 245 - color contains mainly: red. Hex color #F51618 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51618 is #0AE9E7. Grayscale: #595959. Windows color (decimal): -715240 or 1578741. OLE color: 1578741.

HSL color Cylindrical-coordinate representation of color #F51618: hue angle of 359.46º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F51618 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 22 24 -
CMYK 0 0.91 0.90 0.04
HSL 359.46º 0.92% 0.52% -
HSV(B) 359.46º 0.91% 0.96% -
XYZ 38.11 20.05 2.73 -
YUV 88.91 91.38 239.34 -
System Red Green Blue C M Y K H S L
Decimal 245 22 24 0 0.91 0.90 0.04 359.46 0.92 0.52
Hex F5 16 18 0 5B 5A 4 167 5C 34
Octal 365 26 30 0 133 132 4 547 134 64
Binary 11110101 10110 11000 0 1011011 1011010 100 101100111 1011100 110100

Color Harmonies of #F51618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51618

Black with #F51618

Text Example


Text Example

White with #F51618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51618; }

 p { color: rgb(245,22,24); }

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

background-color css

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

 a { background-color: rgb(245,22,24); }

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

border-color css

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

 span { border-color: rgb(245,22,24); }

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