Html Css Color HEX #F9052D Torch Red

📋 copy color: '#F9052D'

red 249 ◦ green 5 ◦ blue 45

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

Shades of Torch Red #F9052D

Tints of Torch Red #F9052D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.67%

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

R = 83.28%
G = 1.67%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9052D (or 0xF9052D) is known color: Torch Red. HEX triplet: F9, 05 and 2D. RGB value is (249,5,45). Sum of RGB (Red+Green+Blue) = 249+5+45=299 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.28% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 249 - color contains mainly: red. Hex color #F9052D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9052D is #06FAD2. Grayscale: #525252. Windows color (decimal): -457427 or 2950649. OLE color: 2950649.

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

Color convert

RGB 249 5 45 -
CMYK 0 0.98 0.82 0.02
HSL 350.16º 0.96% 0.5% -
HSV(B) 350.16º 0.98% 0.98% -
XYZ 39.59 20.44 4.34 -
YUV 82.52 106.84 246.75 -
System Red Green Blue C M Y K H S L
Decimal 249 5 45 0 0.98 0.82 0.02 350.16 0.96 0.5
Hex F9 5 2D 0 62 52 2 15E 60 32
Octal 371 5 55 0 142 122 2 536 140 62
Binary 11111001 101 101101 0 1100010 1010010 10 101011110 1100000 110010

Color Harmonies of #F9052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9052D

Black with #F9052D

Text Example


Text Example

White with #F9052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9052D; }

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

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

background-color css

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

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

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

border-color css

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

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

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