Html Css Color HEX #F90325 Torch Red

📋 copy color: '#F90325'

red 249 ◦ green 3 ◦ blue 37

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

Shades of Torch Red #F90325

Tints of Torch Red #F90325

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.04%

 BLUE value IS 37 (14.84% from 255) = 12.8%

R = 86.16%
G = 1.04%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#F90325 (or 0xF90325) is known color: Torch Red. HEX triplet: F9, 03 and 25. RGB value is (249,3,37). Sum of RGB (Red+Green+Blue) = 249+3+37=289 (38% of max value = 765). Red value is 249 (97.66% from 255 or 86.16% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 249 - color contains mainly: red. Hex color #F90325 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90325 is #06FCDA. Grayscale: #505050. Windows color (decimal): -457947 or 2425849. OLE color: 2425849.

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

Color convert

RGB 249 3 37 -
CMYK 0 0.99 0.85 0.02
HSL 351.71º 0.98% 0.49% -
HSV(B) 351.71º 0.99% 0.98% -
XYZ 39.43 20.34 3.6 -
YUV 80.43 103.5 248.24 -
System Red Green Blue C M Y K H S L
Decimal 249 3 37 0 0.99 0.85 0.02 351.71 0.98 0.49
Hex F9 3 25 0 63 55 2 160 62 31
Octal 371 3 45 0 143 125 2 540 142 61
Binary 11111001 11 100101 0 1100011 1010101 10 101100000 1100010 110001

Color Harmonies of #F90325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90325

Black with #F90325

Text Example


Text Example

White with #F90325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90325; }

 p { color: rgb(249,3,37); }

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

background-color css

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

 a { background-color: rgb(249,3,37); }

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

border-color css

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

 span { border-color: rgb(249,3,37); }

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