Html Css Color HEX #F90318 Torch Red

📋 copy color: '#F90318'

red 249 ◦ green 3 ◦ blue 24

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

Shades of Torch Red #F90318

Tints of Torch Red #F90318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.7%

R = 90.22%
G = 1.09%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F90318 (or 0xF90318) is known color: Torch Red. HEX triplet: F9, 03 and 18. RGB value is (249,3,24). Sum of RGB (Red+Green+Blue) = 249+3+24=276 (36% of max value = 765). Red value is 249 (97.66% from 255 or 90.22% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 249 - color contains mainly: red. Hex color #F90318 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90318 is #06FCE7. Grayscale: #4F4F4F. Windows color (decimal): -457960 or 1573881. OLE color: 1573881.

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

Color convert

RGB 249 3 24 -
CMYK 0 0.99 0.90 0.02
HSL 354.88º 0.98% 0.49% -
HSV(B) 354.88º 0.99% 0.98% -
XYZ 39.26 20.27 2.71 -
YUV 78.95 97 249.29 -
System Red Green Blue C M Y K H S L
Decimal 249 3 24 0 0.99 0.90 0.02 354.88 0.98 0.49
Hex F9 3 18 0 63 5A 2 163 62 31
Octal 371 3 30 0 143 132 2 543 142 61
Binary 11111001 11 11000 0 1100011 1011010 10 101100011 1100010 110001

Color Harmonies of #F90318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90318

Black with #F90318

Text Example


Text Example

White with #F90318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90318; }

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

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

background-color css

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

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

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

border-color css

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

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

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