Html Css Color HEX #F90034 Torch Red

📋 copy color: '#F90034'

red 249 ◦ green 0 ◦ blue 52

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

Shades of Torch Red #F90034

Tints of Torch Red #F90034

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 52 (20.7% from 255) = 17.28%

R = 82.72%
G = 0%
B = 17.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#F90034 (or 0xF90034) is known color: Torch Red. HEX triplet: F9, 00 and 34. RGB value is (249,0,52). Sum of RGB (Red+Green+Blue) = 249+0+52=301 (39% of max value = 765). Red value is 249 (97.66% from 255 or 82.72% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 249 - color contains mainly: red. Hex color #F90034 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90034 is #06FFCB. Grayscale: #505050. Windows color (decimal): -458700 or 3408121. OLE color: 3408121.

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

Color convert

RGB 249 0 52 -
CMYK 0 1 0.79 0.02
HSL 347.47º 1% 0.49% -
HSV(B) 347.47º 1% 0.98% -
XYZ 39.69 20.39 5.09 -
YUV 80.38 111.99 248.27 -
System Red Green Blue C M Y K H S L
Decimal 249 0 52 0 1 0.79 0.02 347.47 1 0.49
Hex F9 0 34 0 64 4F 2 15B 64 31
Octal 371 0 64 0 144 117 2 533 144 61
Binary 11111001 0 110100 0 1100100 1001111 10 101011011 1100100 110001

Color Harmonies of #F90034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90034

Black with #F90034

Text Example


Text Example

White with #F90034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90034; }

 p { color: rgb(249,0,52); }

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

background-color css

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

 a { background-color: rgb(249,0,52); }

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

border-color css

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

 span { border-color: rgb(249,0,52); }

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