Html Css Color HEX #F90237 Torch Red

📋 copy color: '#F90237'

red 249 ◦ green 2 ◦ blue 55

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

Shades of Torch Red #F90237

Tints of Torch Red #F90237

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 55 (21.88% from 255) = 17.97%

R = 81.37%
G = 0.65%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#F90237 (or 0xF90237) is known color: Torch Red. HEX triplet: F9, 02 and 37. RGB value is (249,2,55). Sum of RGB (Red+Green+Blue) = 249+2+55=306 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.37% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 55 (21.88% from 255 or 17.97% from 306); Max value from RGB is 249 - color contains mainly: red. Hex color #F90237 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90237 is #06FDC8. Grayscale: #515151. Windows color (decimal): -458185 or 3605241. OLE color: 3605241.

HSL color Cylindrical-coordinate representation of color #F90237: hue angle of 347.13º 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 #F90237 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 2 55 -
CMYK 0 0.99 0.78 0.02
HSL 347.13º 0.98% 0.49% -
HSV(B) 347.13º 0.99% 0.98% -
XYZ 39.78 20.46 5.47 -
YUV 81.9 112.83 247.19 -
System Red Green Blue C M Y K H S L
Decimal 249 2 55 0 0.99 0.78 0.02 347.13 0.98 0.49
Hex F9 2 37 0 63 4E 2 15B 62 31
Octal 371 2 67 0 143 116 2 533 142 61
Binary 11111001 10 110111 0 1100011 1001110 10 101011011 1100010 110001

Color Harmonies of #F90237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90237

Black with #F90237

Text Example


Text Example

White with #F90237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90237; }

 p { color: rgb(249,2,55); }

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

background-color css

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

 a { background-color: rgb(249,2,55); }

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

border-color css

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

 span { border-color: rgb(249,2,55); }

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