Html Css Color HEX #F51822 Torch Red

📋 copy color: '#F51822'

red 245 ◦ green 24 ◦ blue 34

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

Shades of Torch Red #F51822

Tints of Torch Red #F51822

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.92%

 BLUE value IS 34 (13.67% from 255) = 11.22%

R = 80.86%
G = 7.92%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F51822 (or 0xF51822) is known color: Torch Red. HEX triplet: F5, 18 and 22. RGB value is (245,24,34). Sum of RGB (Red+Green+Blue) = 245+24+34=303 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.86% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 245 - color contains mainly: red. Hex color #F51822 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51822 is #0AE7DD. Grayscale: #5B5B5B. Windows color (decimal): -714718 or 2234613. OLE color: 2234613.

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

Color convert

RGB 245 24 34 -
CMYK 0 0.90 0.86 0.04
HSL 357.29º 0.92% 0.53% -
HSV(B) 357.29º 0.9% 0.96% -
XYZ 38.27 20.18 3.39 -
YUV 91.22 95.72 237.69 -
System Red Green Blue C M Y K H S L
Decimal 245 24 34 0 0.90 0.86 0.04 357.29 0.92 0.53
Hex F5 18 22 0 5A 56 4 165 5C 35
Octal 365 30 42 0 132 126 4 545 134 65
Binary 11110101 11000 100010 0 1011010 1010110 100 101100101 1011100 110101

Color Harmonies of #F51822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51822

Black with #F51822

Text Example


Text Example

White with #F51822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51822; }

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

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

background-color css

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

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

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

border-color css

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

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

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