Html Css Color HEX #F9152D Torch Red

📋 copy color: '#F9152D'

red 249 ◦ green 21 ◦ blue 45

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

Shades of Torch Red #F9152D

Tints of Torch Red #F9152D

RGB

 RED value IS 249 (97.66% from 255) = 79.05%

 GREEN value IS 21 (8.59% from 255) = 6.67%

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

R = 79.05%
G = 6.67%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9152D (or 0xF9152D) is known color: Torch Red. HEX triplet: F9, 15 and 2D. RGB value is (249,21,45). Sum of RGB (Red+Green+Blue) = 249+21+45=315 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.05% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 249 - color contains mainly: red. Hex color #F9152D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9152D is #06EAD2. Grayscale: #5C5C5C. Windows color (decimal): -453331 or 2954745. OLE color: 2954745.

HSL color Cylindrical-coordinate representation of color #F9152D: hue angle of 353.68º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F9152D is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 21 45 -
CMYK 0 0.92 0.82 0.02
HSL 353.68º 0.95% 0.53% -
HSV(B) 353.68º 0.92% 0.98% -
XYZ 39.81 20.87 4.41 -
YUV 91.91 101.54 240.05 -
System Red Green Blue C M Y K H S L
Decimal 249 21 45 0 0.92 0.82 0.02 353.68 0.95 0.53
Hex F9 15 2D 0 5C 52 2 162 5F 35
Octal 371 25 55 0 134 122 2 542 137 65
Binary 11111001 10101 101101 0 1011100 1010010 10 101100010 1011111 110101

Color Harmonies of #F9152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9152D

Black with #F9152D

Text Example


Text Example

White with #F9152D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9152D; }

 p { color: rgb(249,21,45); }

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

background-color css

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

 a { background-color: rgb(249,21,45); }

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

border-color css

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

 span { border-color: rgb(249,21,45); }

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