Html Css Color HEX #F90A1B Torch Red

📋 copy color: '#F90A1B'

red 249 ◦ green 10 ◦ blue 27

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

Shades of Torch Red #F90A1B

Tints of Torch Red #F90A1B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.5%

 BLUE value IS 27 (10.94% from 255) = 9.44%

R = 87.06%
G = 3.5%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#F90A1B (or 0xF90A1B) is known color: Torch Red. HEX triplet: F9, 0A and 1B. RGB value is (249,10,27). Sum of RGB (Red+Green+Blue) = 249+10+27=286 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.06% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A1B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90A1B is #06F5E4. Grayscale: #535353. Windows color (decimal): -456165 or 1772281. OLE color: 1772281.

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

Color convert

RGB 249 10 27 -
CMYK 0 0.96 0.89 0.02
HSL 355.73º 0.95% 0.51% -
HSV(B) 355.73º 0.96% 0.98% -
XYZ 39.37 20.44 2.91 -
YUV 83.4 96.18 246.12 -
System Red Green Blue C M Y K H S L
Decimal 249 10 27 0 0.96 0.89 0.02 355.73 0.95 0.51
Hex F9 A 1B 0 60 59 2 164 5F 33
Octal 371 12 33 0 140 131 2 544 137 63
Binary 11111001 1010 11011 0 1100000 1011001 10 101100100 1011111 110011

Color Harmonies of #F90A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90A1B

Black with #F90A1B

Text Example


Text Example

White with #F90A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90A1B; }

 p { color: rgb(249,10,27); }

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

background-color css

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

 a { background-color: rgb(249,10,27); }

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

border-color css

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

 span { border-color: rgb(249,10,27); }

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