Html Css Color HEX #F90A1A Torch Red

📋 copy color: '#F90A1A'

red 249 ◦ green 10 ◦ blue 26

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

Shades of Torch Red #F90A1A

Tints of Torch Red #F90A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.12%

R = 87.37%
G = 3.51%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F90A1A (or 0xF90A1A) is known color: Torch Red. HEX triplet: F9, 0A and 1A. RGB value is (249,10,26). Sum of RGB (Red+Green+Blue) = 249+10+26=285 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.37% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A1A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90A1A is #06F5E5. Grayscale: #535353. Windows color (decimal): -456166 or 1706745. OLE color: 1706745.

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

Color convert

RGB 249 10 26 -
CMYK 0 0.96 0.90 0.02
HSL 355.98º 0.95% 0.51% -
HSV(B) 355.98º 0.96% 0.98% -
XYZ 39.36 20.43 2.85 -
YUV 83.29 95.68 246.2 -
System Red Green Blue C M Y K H S L
Decimal 249 10 26 0 0.96 0.90 0.02 355.98 0.95 0.51
Hex F9 A 1A 0 60 5A 2 164 5F 33
Octal 371 12 32 0 140 132 2 544 137 63
Binary 11111001 1010 11010 0 1100000 1011010 10 101100100 1011111 110011

Color Harmonies of #F90A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90A1A

Black with #F90A1A

Text Example


Text Example

White with #F90A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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