Html Css Color HEX #F10D32 Torch Red

📋 copy color: '#F10D32'

red 241 ◦ green 13 ◦ blue 50

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

Shades of Torch Red #F10D32

Tints of Torch Red #F10D32

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.28%

 BLUE value IS 50 (19.92% from 255) = 16.45%

R = 79.28%
G = 4.28%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F10D32 (or 0xF10D32) is known color: Torch Red. HEX triplet: F1, 0D and 32. RGB value is (241,13,50). Sum of RGB (Red+Green+Blue) = 241+13+50=304 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.28% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 241 - color contains mainly: red. Hex color #F10D32 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10D32 is #0EF2CD. Grayscale: #555555. Windows color (decimal): -979662 or 3280369. OLE color: 3280369.

HSL color Cylindrical-coordinate representation of color #F10D32: hue angle of 350.26º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10D32 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 13 50 -
CMYK 0 0.95 0.79 0.05
HSL 350.26º 0.9% 0.5% -
HSV(B) 350.26º 0.95% 0.95% -
XYZ 37 19.22 4.78 -
YUV 85.39 108.04 238.99 -
System Red Green Blue C M Y K H S L
Decimal 241 13 50 0 0.95 0.79 0.05 350.26 0.9 0.5
Hex F1 D 32 0 5F 4F 5 15E 5A 32
Octal 361 15 62 0 137 117 5 536 132 62
Binary 11110001 1101 110010 0 1011111 1001111 101 101011110 1011010 110010

Color Harmonies of #F10D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10D32

Black with #F10D32

Text Example


Text Example

White with #F10D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10D32; }

 p { color: rgb(241,13,50); }

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

background-color css

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

 a { background-color: rgb(241,13,50); }

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

border-color css

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

 span { border-color: rgb(241,13,50); }

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