Html Css Color HEX #F90227 Torch Red

📋 copy color: '#F90227'

red 249 ◦ green 2 ◦ blue 39

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

Shades of Torch Red #F90227

Tints of Torch Red #F90227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.45%

R = 85.86%
G = 0.69%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F90227 (or 0xF90227) is known color: Torch Red. HEX triplet: F9, 02 and 27. RGB value is (249,2,39). Sum of RGB (Red+Green+Blue) = 249+2+39=290 (38% of max value = 765). Red value is 249 (97.66% from 255 or 85.86% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 249 - color contains mainly: red. Hex color #F90227 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90227 is #06FDD8. Grayscale: #505050. Windows color (decimal): -458201 or 2556665. OLE color: 2556665.

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

Color convert

RGB 249 2 39 -
CMYK 0 0.99 0.84 0.02
HSL 351.01º 0.98% 0.49% -
HSV(B) 351.01º 0.99% 0.98% -
XYZ 39.45 20.33 3.76 -
YUV 80.07 104.83 248.49 -
System Red Green Blue C M Y K H S L
Decimal 249 2 39 0 0.99 0.84 0.02 351.01 0.98 0.49
Hex F9 2 27 0 63 54 2 15F 62 31
Octal 371 2 47 0 143 124 2 537 142 61
Binary 11111001 10 100111 0 1100011 1010100 10 101011111 1100010 110001

Color Harmonies of #F90227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90227

Black with #F90227

Text Example


Text Example

White with #F90227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90227; }

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

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

background-color css

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

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

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

border-color css

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

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

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