Html Css Color HEX #F10228 Torch Red

📋 copy color: '#F10228'

red 241 ◦ green 2 ◦ blue 40

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

Shades of Torch Red #F10228

Tints of Torch Red #F10228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.13%

R = 85.16%
G = 0.71%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F10228 (or 0xF10228) is known color: Torch Red. HEX triplet: F1, 02 and 28. RGB value is (241,2,40). Sum of RGB (Red+Green+Blue) = 241+2+40=283 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.16% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 241 - color contains mainly: red. Hex color #F10228 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10228 is #0EFDD7. Grayscale: #4D4D4D. Windows color (decimal): -982488 or 2622193. OLE color: 2622193.

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

Color convert

RGB 241 2 40 -
CMYK 0 0.99 0.83 0.05
HSL 350.46º 0.98% 0.48% -
HSV(B) 350.46º 0.99% 0.95% -
XYZ 36.68 18.9 3.72 -
YUV 77.79 106.68 244.41 -
System Red Green Blue C M Y K H S L
Decimal 241 2 40 0 0.99 0.83 0.05 350.46 0.98 0.48
Hex F1 2 28 0 63 53 5 15E 62 30
Octal 361 2 50 0 143 123 5 536 142 60
Binary 11110001 10 101000 0 1100011 1010011 101 101011110 1100010 110000

Color Harmonies of #F10228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10228

Black with #F10228

Text Example


Text Example

White with #F10228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10228; }

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

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

background-color css

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

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

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

border-color css

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

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

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