Html Css Color HEX #F51E2D Torch Red

📋 copy color: '#F51E2D'

red 245 ◦ green 30 ◦ blue 45

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

Shades of Torch Red #F51E2D

Tints of Torch Red #F51E2D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.38%

 BLUE value IS 45 (17.97% from 255) = 14.06%

R = 76.56%
G = 9.38%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F51E2D (or 0xF51E2D) is known color: Torch Red. HEX triplet: F5, 1E and 2D. RGB value is (245,30,45). Sum of RGB (Red+Green+Blue) = 245+30+45=320 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.56% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 245 - color contains mainly: red. Hex color #F51E2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51E2D is #0AE1D2. Grayscale: #606060. Windows color (decimal): -713171 or 2957045. OLE color: 2957045.

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

Color convert

RGB 245 30 45 -
CMYK 0 0.88 0.82 0.04
HSL 355.81º 0.91% 0.54% -
HSV(B) 355.81º 0.88% 0.96% -
XYZ 38.59 20.53 4.41 -
YUV 96 99.23 234.28 -
System Red Green Blue C M Y K H S L
Decimal 245 30 45 0 0.88 0.82 0.04 355.81 0.91 0.54
Hex F5 1E 2D 0 58 52 4 164 5B 36
Octal 365 36 55 0 130 122 4 544 133 66
Binary 11110101 11110 101101 0 1011000 1010010 100 101100100 1011011 110110

Color Harmonies of #F51E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51E2D

Black with #F51E2D

Text Example


Text Example

White with #F51E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51E2D; }

 p { color: rgb(245,30,45); }

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

background-color css

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

 a { background-color: rgb(245,30,45); }

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

border-color css

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

 span { border-color: rgb(245,30,45); }

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