Html Css Color HEX #F10632 Torch Red

📋 copy color: '#F10632'

red 241 ◦ green 6 ◦ blue 50

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

Shades of Torch Red #F10632

Tints of Torch Red #F10632

RGB

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

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

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

R = 81.14%
G = 2.02%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F10632 (or 0xF10632) is known color: Torch Red. HEX triplet: F1, 06 and 32. RGB value is (241,6,50). Sum of RGB (Red+Green+Blue) = 241+6+50=297 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.14% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 241 - color contains mainly: red. Hex color #F10632 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10632 is #0EF9CD. Grayscale: #515151. Windows color (decimal): -981454 or 3278577. OLE color: 3278577.

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

Color convert

RGB 241 6 50 -
CMYK 0 0.98 0.79 0.05
HSL 348.77º 0.95% 0.48% -
HSV(B) 348.77º 0.98% 0.95% -
XYZ 36.92 19.06 4.75 -
YUV 81.28 110.36 241.92 -
System Red Green Blue C M Y K H S L
Decimal 241 6 50 0 0.98 0.79 0.05 348.77 0.95 0.48
Hex F1 6 32 0 62 4F 5 15D 5F 30
Octal 361 6 62 0 142 117 5 535 137 60
Binary 11110001 110 110010 0 1100010 1001111 101 101011101 1011111 110000

Color Harmonies of #F10632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10632

Black with #F10632

Text Example


Text Example

White with #F10632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10632; }

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

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

background-color css

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

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

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

border-color css

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

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

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