Html Css Color HEX #F10631 Torch Red

📋 copy color: '#F10631'

red 241 ◦ green 6 ◦ blue 49

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

Shades of Torch Red #F10631

Tints of Torch Red #F10631

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.03%

 BLUE value IS 49 (19.53% from 255) = 16.55%

R = 81.42%
G = 2.03%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F10631 (or 0xF10631) is known color: Torch Red. HEX triplet: F1, 06 and 31. RGB value is (241,6,49). Sum of RGB (Red+Green+Blue) = 241+6+49=296 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.42% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 241 - color contains mainly: red. Hex color #F10631 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10631 is #0EF9CE. Grayscale: #515151. Windows color (decimal): -981455 or 3213041. OLE color: 3213041.

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

Color convert

RGB 241 6 49 -
CMYK 0 0.98 0.80 0.05
HSL 349.02º 0.95% 0.48% -
HSV(B) 349.02º 0.98% 0.95% -
XYZ 36.9 19.05 4.64 -
YUV 81.17 109.86 242 -
System Red Green Blue C M Y K H S L
Decimal 241 6 49 0 0.98 0.80 0.05 349.02 0.95 0.48
Hex F1 6 31 0 62 50 5 15D 5F 30
Octal 361 6 61 0 142 120 5 535 137 60
Binary 11110001 110 110001 0 1100010 1010000 101 101011101 1011111 110000

Color Harmonies of #F10631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10631

Black with #F10631

Text Example


Text Example

White with #F10631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10631; }

 p { color: rgb(241,6,49); }

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

background-color css

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

 a { background-color: rgb(241,6,49); }

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

border-color css

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

 span { border-color: rgb(241,6,49); }

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