Html Css Color HEX #F10235 Torch Red

📋 copy color: '#F10235'

red 241 ◦ green 2 ◦ blue 53

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

Shades of Torch Red #F10235

Tints of Torch Red #F10235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.91%

R = 81.42%
G = 0.68%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F10235 (or 0xF10235) is known color: Torch Red. HEX triplet: F1, 02 and 35. RGB value is (241,2,53). Sum of RGB (Red+Green+Blue) = 241+2+53=296 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.42% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 241 - color contains mainly: red. Hex color #F10235 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10235 is #0EFDCA. Grayscale: #4F4F4F. Windows color (decimal): -982475 or 3474161. OLE color: 3474161.

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

Color convert

RGB 241 2 53 -
CMYK 0 0.99 0.78 0.05
HSL 347.2º 0.98% 0.48% -
HSV(B) 347.2º 0.99% 0.95% -
XYZ 36.94 19 5.09 -
YUV 79.28 113.18 243.35 -
System Red Green Blue C M Y K H S L
Decimal 241 2 53 0 0.99 0.78 0.05 347.2 0.98 0.48
Hex F1 2 35 0 63 4E 5 15B 62 30
Octal 361 2 65 0 143 116 5 533 142 60
Binary 11110001 10 110101 0 1100011 1001110 101 101011011 1100010 110000

Color Harmonies of #F10235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10235

Black with #F10235

Text Example


Text Example

White with #F10235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10235; }

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

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

background-color css

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

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

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

border-color css

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

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

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