Html Css Color HEX #F10219 Torch Red

📋 copy color: '#F10219'

red 241 ◦ green 2 ◦ blue 25

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

Shades of Torch Red #F10219

Tints of Torch Red #F10219

RGB

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

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

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

R = 89.93%
G = 0.75%
B = 9.33%

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

#F10219 (or 0xF10219) is known color: Torch Red. HEX triplet: F1, 02 and 19. RGB value is (241,2,25). Sum of RGB (Red+Green+Blue) = 241+2+25=268 (35% of max value = 765). Red value is 241 (94.53% from 255 or 89.93% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 241 - color contains mainly: red. Hex color #F10219 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10219 is #0EFDE6. Grayscale: #4C4C4C. Windows color (decimal): -982503 or 1639153. OLE color: 1639153.

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

Color convert

RGB 241 2 25 -
CMYK 0 0.99 0.90 0.05
HSL 354.23º 0.98% 0.48% -
HSV(B) 354.23º 0.99% 0.95% -
XYZ 36.47 18.81 2.63 -
YUV 76.08 99.18 245.63 -
System Red Green Blue C M Y K H S L
Decimal 241 2 25 0 0.99 0.90 0.05 354.23 0.98 0.48
Hex F1 2 19 0 63 5A 5 162 62 30
Octal 361 2 31 0 143 132 5 542 142 60
Binary 11110001 10 11001 0 1100011 1011010 101 101100010 1100010 110000

Color Harmonies of #F10219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10219

Black with #F10219

Text Example


Text Example

White with #F10219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10219; }

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

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

background-color css

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

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

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

border-color css

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

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

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