Html Css Color HEX #F10319 Torch Red

📋 copy color: '#F10319'

red 241 ◦ green 3 ◦ blue 25

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

Shades of Torch Red #F10319

Tints of Torch Red #F10319

RGB

 RED value IS 241 (94.53% from 255) = 89.59%

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

 BLUE value IS 25 (10.16% from 255) = 9.29%

R = 89.59%
G = 1.12%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F10319 (or 0xF10319) is known color: Torch Red. HEX triplet: F1, 03 and 19. RGB value is (241,3,25). Sum of RGB (Red+Green+Blue) = 241+3+25=269 (35% of max value = 765). Red value is 241 (94.53% from 255 or 89.59% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 241 - color contains mainly: red. Hex color #F10319 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10319 is #0EFCE6. Grayscale: #4C4C4C. Windows color (decimal): -982247 or 1639409. OLE color: 1639409.

HSL color Cylindrical-coordinate representation of color #F10319: hue angle of 354.45º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F10319 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 3 25 -
CMYK 0 0.99 0.90 0.05
HSL 354.45º 0.98% 0.48% -
HSV(B) 354.45º 0.99% 0.95% -
XYZ 36.48 18.84 2.63 -
YUV 76.67 98.85 245.21 -
System Red Green Blue C M Y K H S L
Decimal 241 3 25 0 0.99 0.90 0.05 354.45 0.98 0.48
Hex F1 3 19 0 63 5A 5 162 62 30
Octal 361 3 31 0 143 132 5 542 142 60
Binary 11110001 11 11001 0 1100011 1011010 101 101100010 1100010 110000

Color Harmonies of #F10319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10319

Black with #F10319

Text Example


Text Example

White with #F10319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10319; }

 p { color: rgb(241,3,25); }

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

background-color css

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

 a { background-color: rgb(241,3,25); }

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

border-color css

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

 span { border-color: rgb(241,3,25); }

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